mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[APM] Unable to create Latency threshold rule for All services or All Transaction types (#149735)
closes https://github.com/elastic/kibana/issues/146020 closes https://github.com/elastic/kibana/issues/145354 closes https://github.com/elastic/kibana/issues/122339 https://user-images.githubusercontent.com/55978943/215171902-76737af7-41b8-4bf6-aa78-004974377129.mov Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
57d4a62de3
commit
96b3ade94b
1 changed files with 2 additions and 2 deletions
|
@ -59,8 +59,8 @@ import {
|
|||
} from '../get_service_group_fields';
|
||||
|
||||
const paramsSchema = schema.object({
|
||||
serviceName: schema.string(),
|
||||
transactionType: schema.string(),
|
||||
serviceName: schema.maybe(schema.string()),
|
||||
transactionType: schema.maybe(schema.string()),
|
||||
windowSize: schema.number(),
|
||||
windowUnit: schema.string(),
|
||||
threshold: schema.number(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue