-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Security Solution] Refactor timeline details to use search strategy #75591
Merged
patrykkopycinski
merged 27 commits into
elastic:master
from
patrykkopycinski:feat/timeline-details-search-strategy
Sep 3, 2020
Merged
[Security Solution] Refactor timeline details to use search strategy #75591
patrykkopycinski
merged 27 commits into
elastic:master
from
patrykkopycinski:feat/timeline-details-search-strategy
Sep 3, 2020
+702
−326
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
…ion-search-strategy
…ion-search-strategy
…ion-search-strategy
Co-authored-by: Lukas Olson <olson.lukas@gmail.com>
…ion-search-strategy
…/kibana into feat/timeline-details-search-strategy
…-details-search-strategy # Conflicts: # src/plugins/data/public/public.api.md # src/plugins/data/server/search/search_service.ts # x-pack/plugins/security_solution/public/hosts/containers/hosts/index.tsx # x-pack/plugins/security_solution/server/plugin.ts
1 task
Pinging @elastic/siem (Team:SIEM) |
…-details-search-strategy # Conflicts: # x-pack/plugins/security_solution/public/timelines/components/timeline/body/events/stateful_event.tsx
@elasticmachine merge upstream |
angorayc
reviewed
Sep 2, 2020
x-pack/plugins/security_solution/common/search_strategy/timeline/index.ts
Outdated
Show resolved
Hide resolved
x-pack/plugins/security_solution/server/search_strategy/timeline/factory/details/index.ts
Show resolved
Hide resolved
angorayc
reviewed
Sep 3, 2020
x-pack/plugins/security_solution/server/search_strategy/timeline/factory/details/index.ts
Outdated
Show resolved
Hide resolved
angorayc
approved these changes
Sep 3, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ran on local, all looks good! Thank you!
💚 Build SucceededBuild metrics@kbn/optimizer bundle module count
async chunks size
distributable file count
History
To update your PR or re-run it, just comment with: |
patrykkopycinski
added a commit
to patrykkopycinski/kibana
that referenced
this pull request
Sep 3, 2020
patrykkopycinski
added a commit
that referenced
this pull request
Sep 3, 2020
jloleysens
added a commit
to jloleysens/kibana
that referenced
this pull request
Sep 4, 2020
…rok/new-patterns-component-use-array * 'master' of github.com:elastic/kibana: (75 commits) Remove legacy ui-apps-mixin (elastic#76604) remove unused test_utils (elastic#76528) [ML] Functional tests - add UI permission tests (elastic#76368) [APM] @ts-error -> @ts-expect-error (elastic#76492) [APM] Avoid negative offset for error marker on timeline (elastic#76638) [Reporting] rename interfaces to align with task manager integration (elastic#76716) Revert back ESO migration for alerting, added try/catch logic to avoid failing Kibana on start (elastic#76220) Test reverting "Add plugin status API (elastic#75819)" (elastic#76707) [Security Solution][Detections] Removes ML Job Settings SIEM copy and fixes link to ML app for creating custom jobs (elastic#76595) [Maps] remove region/coordinate-maps visualizations from sample data (elastic#76399) [DOCS] Dashboard-first docs refresh (elastic#76194) Updated ServiceNow description in docs and actions management UI to contains correct info (elastic#76344) [DOCS] Identifies cloud settings in reporting (elastic#76691) [Security Solution] Refactor timeline details to use search strategy (elastic#75591) es-archiver: Drop invalid index settings, support --query flag (elastic#76522) [DOCS] Identifies graph settings available on cloud (elastic#76661) Add more info about a11y tests (elastic#76045) [data.search.SearchSource] Remove legacy ES client APIs. (elastic#75943) [release notes] automatically retry on Github API 5xx errors (elastic#76447) [es_ui_shared] Fix eslint exhaustive deps rule (elastic#76392) ...
1 task
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
release_note:enhancement
Team: SecuritySolution
Security Solutions Team working on SIEM, Endpoint, Timeline, Resolver, etc.
Team:SIEM
v7.10.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
Checklist