[Security Solution][Fix]-Issue with disabled dataProvider#140735
[Security Solution][Fix]-Issue with disabled dataProvider#140735logeekal merged 12 commits intoelastic:mainfrom
Conversation
Files by Code Ownerelastic/security-solution
elastic/security-threat-hunting-explore
elastic/security-threat-hunting-investigations
|
jamster10
left a comment
There was a problem hiding this comment.
Good on Explore side 👌
x-pack/plugins/security_solution/public/common/components/top_n/index.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/timelines/public/components/t_grid/helpers.test.tsx
Outdated
Show resolved
Hide resolved
Files by Code Ownerelastic/awp-viz
elastic/security-detections-response-alerts
elastic/security-detections-response-rules
elastic/security-solution
elastic/security-threat-hunting-explore
elastic/security-threat-hunting-investigations
|
marshallmain
left a comment
There was a problem hiding this comment.
Alerts area changes LGTM, only a couple files changed 👍
maximpn
left a comment
There was a problem hiding this comment.
Rules Area LGTM, there are just minor changes
💚 Build Succeeded
Metrics [docs]Public APIs missing comments
Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
michaelolo24
left a comment
There was a problem hiding this comment.
Thanks for making the changes! LGTM 🚀
…0735) Fixes : elastic#129958 When the data provider was disabled, the final query getting created is not syntactically correct and throws a syntax error as show in the screenshot below:  (cherry picked from commit ec1fe0a)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
* main: (33 commits) Fix Next and Previous button on step screenshot carousel. (elastic#141422) [journeys] add a short delay after loading data (elastic#141437) skip failing test suite (elastic#140797) skip failing test suite (elastic#138776) Documents saved objects bulk delete API (elastic#141164) [Response Ops][Alerting] Defining default action params on connector type (elastic#141226) [ML] Explain Log Rate Spikes: Adds jest tests for query_utils/buildBaseFilterCriteria. (elastic#141213) [APM] Fix search bar suggestions (elastic#141101) close popover on click (elastic#141272) [Fleet] Update to use savedObjects bulkDelete for package policy delete (elastic#141276) [Security Solution][Endpoint][Response Actions] Do fuzzy search on given usernames for Actions Log (elastic#141239) [Graph] Fix guidance panel appearing for a moment when saving Graph (elastic#141228) [Fleet] Add experimental data stream features support to simplified package policy API (elastic#141288) Shameless copy of the retryTransientEsErrors from fleet (elastic#141246) [Security Solution][Fix]-Issue with disabled dataProvider (elastic#140735) Changing triggers actions ui routes to internal (elastic#141149) skip flaky test suit elastic#141356 [SharedUX] Removing TODOs from KibanaPageTemplate (elastic#141043) [dashboard controls] skip failing test on cloud (elastic#141291) [Synthetics] unskip edit_monitor api integration tests (elastic#141277) ...
…141424) Fixes : #129958 When the data provider was disabled, the final query getting created is not syntactically correct and throws a syntax error as show in the screenshot below:  (cherry picked from commit ec1fe0a) Co-authored-by: Jatin Kathuria <jatin.kathuria@elastic.co>
Summary
Fixes : #129958
When the data provider was disabled, the final query getting created is not syntactically correct and throws a syntax error as show in the screenshot below:
Checklist
Delete any items that are not applicable to this PR.
For maintainers