Skip to content

Commit

Permalink
filter nginx log data
Browse files Browse the repository at this point in the history
  • Loading branch information
muthu-mps committed Jul 24, 2024
1 parent 4ecfa70 commit d1ba630
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "sli.kql.custom",
"params": {
"index": "logs-*",
"filter": "",
"filter": "data_stream.dataset :\"nginx.access\" ",
"good": "http.response.status_code < 500",
"total": "http.response.status_code : *",
"timestampField": "@timestamp"
Expand Down

0 comments on commit d1ba630

Please sign in to comment.