mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[TIP] fix indicator document not retrieved in cases view (#148451)
This commit is contained in:
parent
6fd64ee078
commit
f1a50f7f90
1 changed files with 2 additions and 5 deletions
|
@ -33,10 +33,8 @@ export const useIndicatorById = (indicatorId: string) => {
|
|||
bool: {
|
||||
must: [
|
||||
{
|
||||
term: {
|
||||
_id: {
|
||||
value: indicatorId,
|
||||
},
|
||||
ids: {
|
||||
values: [indicatorId],
|
||||
},
|
||||
},
|
||||
],
|
||||
|
@ -44,7 +42,6 @@ export const useIndicatorById = (indicatorId: string) => {
|
|||
};
|
||||
const req = {
|
||||
params: {
|
||||
index: ['filebeat-*'],
|
||||
body: {
|
||||
query,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue