Skip to content
Snippets Groups Projects
Commit d23d1668 authored by jurgenhaas's avatar jurgenhaas
Browse files

#6 Re-enable filter with fixed regex syntax

parent 7051c278
No related branches found
No related tags found
No related merge requests found
......@@ -180,20 +180,18 @@
tag gitlab.*
</source>
{% endif %}
{% if false %}
<filter **>
@type grep
<exclude>
key agent
key "agent"
pattern Python-urllib|Uptime|Varnish Health Probe
</exclude>
<exclude>
key path
pattern /server-status\?auto
key "path"
pattern \/server-status\?auto
</exclude>
</filter>
{% endif %}
{% if 'logserver' in groups and inventory_hostname in groups.logserver %}
<source>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment