Closed danielmitterdorfer closed 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.
index
create
Relates #30
With this commit we change the bulk action from
index
tocreate
. As we only ever add new documents to the index, there is no need to use the more genericindex
. This allows users to use also datastreams instead of plain indices to store k6 metrics.Relates #30