mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
update queries for tsl handshakes and dns (#35776)
This commit is contained in:
parent
5dbbf4f5d2
commit
572b000cb9
2 changed files with 2 additions and 0 deletions
|
@ -102,6 +102,7 @@ export const buildDnsQuery = ({
|
|||
},
|
||||
},
|
||||
size: 0,
|
||||
track_total_hits: true,
|
||||
},
|
||||
];
|
||||
|
||||
|
|
|
@ -138,6 +138,7 @@ export const buildTlsHandshakeQuery = ({
|
|||
},
|
||||
},
|
||||
size: 0,
|
||||
track_total_hits: true,
|
||||
},
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue