Skip to content

Commit dc8a60f

Browse files
committed
output: elasticsearch: fix default type and index
Signed-off-by: Eduardo Silva <[email protected]>
1 parent 3e28fe4 commit dc8a60f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pipeline/outputs/elasticsearch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ The **es** output plugin, allows to ingest your records into a [Elasticsearch](h
1717
| AWS\_External\_ID | External ID for the AWS IAM Role specified with `aws_role_arn` | |
1818
| HTTP\_User | Optional username credential for Elastic X-Pack access | |
1919
| HTTP\_Passwd | Password for user defined in HTTP\_User | |
20-
| Index | Index name | fluentbit |
21-
| Type | Type name | flb\_type |
20+
| Index | Index name | fluent-bit |
21+
| Type | Type name | \_doc |
2222
| Logstash\_Format | Enable Logstash format compatibility. This option takes a boolean value: True/False, On/Off | Off |
2323
| Logstash\_Prefix | When Logstash\_Format is enabled, the Index name is composed using a prefix and the date, e.g: If Logstash\_Prefix is equals to 'mydata' your index will become 'mydata-YYYY.MM.DD'. The last string appended belongs to the date when the data is being generated. | logstash |
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 |

0 commit comments

Comments
 (0)