We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3379ae3 commit 63a5147Copy full SHA for 63a5147
1 file changed
x-pack/distributions/internal/observabilitySRE/qa/smoke/docker/logstash/pipeline/logstash.conf
@@ -38,7 +38,7 @@ filter {
38
39
if [log_content] =~ /json=/ {
40
grok {
41
- match => { "log_content" => ".*json=%{GREEDYDATA:json_string}.*" }
+ match => { "log_content" => "json=%{GREEDYDATA:json_string}" }
42
}
43
json {
44
source => "json_string"
0 commit comments