Elasticsearch Export
Export data to Elasticsearch.
Properties
| Name | Type | |
|---|---|---|
| engine | String=elasticsearch:write | |
| connection | Object | |
| index | String | |
engine
Must be elasticsearch:write.
- Required
- Yes
connection
The Elasticsearch connection parameters.
- Required
- Yes
Properties
| Name | Type | |
|---|---|---|
| addresses | Array | |
| user | String | |
| password | String | |
connection.addresses
The network address of the Elasticsearch server e.g. `https://db.example.com:9200`.
- Required
- Yes
- Min Items
- 1
connection.user
The username to authenticate to Elasticsearch.
- Required
- No
connection.password
The password to authenticate to Elasticsearch. Requires `username`.
- Required
- No
index
The index to use.
- Required
- Yes