Compare commits

..

No commits in common. "80ce44f981170f5d103ef72be988a349eecd2163" and "e6c0cc02a3852066c659012f42e0c8160ff6cb5b" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ filebeat.inputs:
- "/data/log/nginx/access_{{ log }}.log"
- "/data/log/nginx/error_{{ log }}.log"
fields:
source: {{ log | regex_replace('\*') }}
source: {{ log }}
{% endfor %}