You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: pipeline/outputs/elasticsearch.md
+1
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ The **es** output plugin, allows to ingest your records into a [Elasticsearch](h
24
24
| Logstash\_DateFormat | Time format \(based on [strftime](http://man7.org/linux/man-pages/man3/strftime.3.html)\) to generate the second part of the Index name. | %Y.%m.%d |
25
25
| Time\_Key | When Logstash\_Format is enabled, each record will get a new timestamp field. The Time\_Key property defines the name of that field. |@timestamp|
26
26
| Time\_Key\_Format | When Logstash\_Format is enabled, this property defines the format of the timestamp. | %Y-%m-%dT%H:%M:%S |
27
+
| Time\_Key\_Nanos | When Logstash\_Format is enabled, enabling this property sends nanosecond precision timestamps. | Off |
27
28
| Include\_Tag\_Key | When enabled, it append the Tag name to the record. | Off |
28
29
| Tag\_Key | When Include\_Tag\_Key is enabled, this property defines the key name for the tag. |\_flb-key |
29
30
| Generate\_ID | When enabled, generate `_id` for outgoing records. This prevents duplicate records when retrying ES. | Off |
0 commit comments