Skip to content

Commit 36f2376

Browse files
authored
out_es: Document Time_Key_Nanos option (#377)
Documents new feature added in fluent/fluent-bit#2544 Signed-off-by: Neal Turett <nturett@evoforge.org>
1 parent 21f77bc commit 36f2376

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pipeline/outputs/elasticsearch.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The **es** output plugin, allows to ingest your records into a [Elasticsearch](h
2424
| 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 |
2525
| 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 |
2626
| 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 |
2728
| Include\_Tag\_Key | When enabled, it append the Tag name to the record. | Off |
2829
| Tag\_Key | When Include\_Tag\_Key is enabled, this property defines the key name for the tag. | \_flb-key |
2930
| Generate\_ID | When enabled, generate `_id` for outgoing records. This prevents duplicate records when retrying ES. | Off |

0 commit comments

Comments
 (0)