mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
Fix typo in events of type analyzer query (#137127)
This commit is contained in:
parent
bf12ac2e6c
commit
7717e90b4e
1 changed files with 2 additions and 2 deletions
|
@ -93,7 +93,7 @@ export function dataAccessLayerFactory(
|
|||
return context.services.http.post('/api/endpoint/resolver/events', {
|
||||
query: commonFields.query,
|
||||
body: JSON.stringify({
|
||||
...commonFields,
|
||||
...commonFields.body,
|
||||
entityType: 'alerts',
|
||||
eventID: entityID,
|
||||
}),
|
||||
|
@ -102,7 +102,7 @@ export function dataAccessLayerFactory(
|
|||
return context.services.http.post('/api/endpoint/resolver/events', {
|
||||
query: commonFields.query,
|
||||
body: JSON.stringify({
|
||||
...commonFields,
|
||||
...commonFields.body,
|
||||
filter: JSON.stringify({
|
||||
bool: {
|
||||
filter: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue