Open handerpeder opened 2 years ago
That's strange.... the test we performed was to make the publisher believe it was publishing to a normal index (see: https://github.com/BrunoBonacci/mulog/issues/92#issuecomment-1178946239)
Same error when using :index-pattern "'data-stream-name'"
. Not sure how, but I could have messed up the test somehow. Beginner user of elasticsearch and I'm finding the terminology exceptionally confusing.
I recall testing it on Elasticsearch 7.x. I must have missed something too. Sorry about that, I will look into it again.
Running the elasticsearch publisher against a data-stream fails with the following exception:
This surprised me, seeing as this fix (switching from
create
toindex
) was tested as part of #92. Seems the version I tested0.9.0-SNAPSHOT
does not actually contain the change introduced in a0bde3d7.