mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
e978baa10e
commit
1c97901299
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,7 @@ export async function getServices(
|
|||
{
|
||||
bool: {
|
||||
should: [
|
||||
{ term: { [PROCESSOR_EVENT]: 'metric' } },
|
||||
{ term: { [PROCESSOR_EVENT]: 'transaction' } },
|
||||
{ term: { [PROCESSOR_EVENT]: 'error' } }
|
||||
]
|
||||
|
@ -56,6 +57,7 @@ export async function getServices(
|
|||
|
||||
const params = {
|
||||
index: [
|
||||
config.get<string>('apm_oss.metricsIndices'),
|
||||
config.get<string>('apm_oss.errorIndices'),
|
||||
config.get<string>('apm_oss.transactionIndices')
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue