Add unique_timestamp option from grok parser to logparser grok

This commit is contained in:
Daniel Nelson
2019-02-26 18:04:45 -08:00
parent 4df0cc006c
commit c023ffe0a5
2 changed files with 8 additions and 2 deletions

View File

@@ -111,7 +111,8 @@ you will find the https://grokdebug.herokuapp.com application quite useful!
## 3. UTC -- or blank/unspecified, will return timestamp in UTC
grok_timezone = "Canada/Eastern"
## When grok_unique_timestamp is set to "disable", timestamp will not incremented if there is a duplicate. Default is "auto"
## When set to "disable" timestamp will not incremented if there is a
## duplicate.
# grok_unique_timestamp = "auto"
```