Skip to content

Commit

Permalink
Fix metric filter to skip 'up' metric (#17036)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtojek authored Mar 16, 2020
1 parent 825cf05 commit d01106b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x-pack/metricbeat/module/redisenterprise/node/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ input:
metrics_path: /
metrics_filters:
include: ["node_*"]
exclude: ["up"]
exclude: ["^up$"]
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ input:
metrics_path: /
metrics_filters:
include: ["listener_*"]
exclude: ["up"]
exclude: ["^up$"]

0 comments on commit d01106b

Please sign in to comment.