diff --git a/x-pack/filebeat/input/websocket/config_test.go b/x-pack/filebeat/input/websocket/config_test.go index 3cb9c910cde..021bf89056f 100644 --- a/x-pack/filebeat/input/websocket/config_test.go +++ b/x-pack/filebeat/input/websocket/config_test.go @@ -59,7 +59,7 @@ var configTests = []struct { config: map[string]interface{}{ "regexp": map[string]interface{}{ "products": "(?i)(xq>)d+)", - "solutions": "(?)(Sws>(d+)", + "solutions": "(?i)(Search|Observability|Security)", }, "url": "wss://localhost:443/v1/stream", },