elastic / xk6-output-elasticsearch

Apache License 2.0
20 stars 10 forks source link

Use 'create' action for bulk #31

Closed danielmitterdorfer closed 7 months ago

danielmitterdorfer commented 7 months ago

With this commit we change the bulk action from index to create. As we only ever add new documents to the index, there is no need to use the more generic index. This allows users to use also datastreams instead of plain indices to store k6 metrics.

Relates #30