[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:
Cauê Marcondes 2023-01-31 09:05:48 -05:00 committed by GitHub
parent 57d4a62de3
commit 96b3ade94b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(),