Compare commits
No commits in common. "80ce44f981170f5d103ef72be988a349eecd2163" and "e6c0cc02a3852066c659012f42e0c8160ff6cb5b" have entirely different histories.
80ce44f981
...
e6c0cc02a3
|
@ -7,7 +7,7 @@ filebeat.inputs:
|
||||||
- "/data/log/nginx/access_{{ log }}.log"
|
- "/data/log/nginx/access_{{ log }}.log"
|
||||||
- "/data/log/nginx/error_{{ log }}.log"
|
- "/data/log/nginx/error_{{ log }}.log"
|
||||||
fields:
|
fields:
|
||||||
source: {{ log | regex_replace('\*') }}
|
source: {{ log }}
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue