-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SIEM] Fix timeline buildGlobalQuery #68320
Merged
patrykkopycinski
merged 2 commits into
elastic:master
from
patrykkopycinski:fix/timeline-build-global-query
Jun 6, 2020
Merged
[SIEM] Fix timeline buildGlobalQuery #68320
patrykkopycinski
merged 2 commits into
elastic:master
from
patrykkopycinski:fix/timeline-build-global-query
Jun 6, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
patrykkopycinski
added
bug
Fixes for quality problems that affect the customer experience
release_note:fix
Team:SIEM
v8.0.0
v7.8.0
v7.7.2
labels
Jun 4, 2020
patrykkopycinski
requested review from
XavierM,
andrew-goldstein and
stephmilovic
June 4, 2020 20:40
Pinging @elastic/siem (Team:SIEM) |
XavierM
reviewed
Jun 5, 2020
x-pack/plugins/security_solution/public/timelines/components/timeline/helpers.tsx
Outdated
Show resolved
Hide resolved
XavierM
approved these changes
Jun 5, 2020
…imeline/helpers.tsx Co-authored-by: Xavier Mouligneau <[email protected]>
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
patrykkopycinski
added a commit
to patrykkopycinski/kibana
that referenced
this pull request
Jun 6, 2020
patrykkopycinski
added a commit
to patrykkopycinski/kibana
that referenced
this pull request
Jun 6, 2020
# Conflicts: # x-pack/plugins/security_solution/public/timelines/components/timeline/helpers.test.tsx # x-pack/plugins/security_solution/public/timelines/components/timeline/helpers.tsx
patrykkopycinski
added a commit
to patrykkopycinski/kibana
that referenced
this pull request
Jun 6, 2020
# Conflicts: # x-pack/plugins/security_solution/public/timelines/components/timeline/helpers.test.tsx # x-pack/plugins/security_solution/public/timelines/components/timeline/helpers.tsx
patrykkopycinski
added a commit
that referenced
this pull request
Jun 6, 2020
patrykkopycinski
added a commit
that referenced
this pull request
Jun 6, 2020
patrykkopycinski
added a commit
that referenced
this pull request
Jun 6, 2020
gmmorris
added a commit
to gmmorris/kibana
that referenced
this pull request
Jun 8, 2020
* master: (57 commits) Add app arch team as owner of datemath package (elastic#66880) [Observability] Landing page for Observability (elastic#67467) [SIEM] Fix timeline buildGlobalQuery (elastic#68320) Optimize saved objects getScopedClient and HTTP API (elastic#68221) [Maps] Fix mb-style interpolate style rule (elastic#68413) update script to always download node (elastic#68421) [SECURITY SOLEIL] Fix selection of event type when no siem index signal created (elastic#68291) [DOCS] Adds note about configuring File Data Visualizer (elastic#68407) [DOCS] Adds link from remote clusters to index patterns (elastic#68406) [QA] slack notify on failure (elastic#68126) upgrade eslint-plugin-react-hooks from 2.3.0 to 4.0.4 (elastic#68295) moving to jira to a gold license (elastic#67178) [DOCS] Revises doc on adding data (elastic#68038) [APM] Add ThemeProvider to support dark mode (elastic#68242) Make welcome screen disabling first action in loginIfPrompted (elastic#68238) [QA] Code coverage: unskip tests, collect tests results, exclude bundles from report (elastic#64477) [ML] Functional tests - disable flaky regression and classification creation test [Alerting] change eventLog ILM requests to absolute URLs (elastic#68331) Report page load asset size (elastic#66224) [SIEM][CASE] Change SIEM to Security (elastic#68365) ...
MindyRS
added
the
Team: SecuritySolution
Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.
label
Sep 23, 2021
Pinging @elastic/security-solution (Team: SecuritySolution) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Fixes for quality problems that affect the customer experience
release_note:fix
Team: SecuritySolution
Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.
Team:SIEM
v7.7.2
v7.8.0
v8.0.0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
When the first data provider in the row is disabled the others are omitted when building a query
Checklist