-
Notifications
You must be signed in to change notification settings - Fork 307
'action' doesn't default to 'create' (as datastreams is default) #1070
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This happens because the plugin checks if a certain set of configurations is defined, and if any of those is present, it disables data streams. In this case, the
Removing the The logic should be improved to check if the defined setting is compatible or not with data streams instead of just checking if it's present. |
seems the author had the
even if |
As mentioned in the comments above, the data stream is being disabled due to the That said, this issue could focus on:
Any further thoughts, @jsvd? |
The documentation for the 'action' setting says the following:
"Default value is create for data streams, and index for non-time series data."
Starting from 8.0, datastreams is now the default, however, it seems that the 'action' setting is not being set by whether datastreams is enabled or disabled.
Logstash information:
Logstash 8.1.2
Description of the problem including expected versus actual behavior:
I would have expected that because datastreams is enabled by default, that I wouldn't have to specify the 'action' setting.
Steps to reproduce:
Provide logs (if relevant):
The text was updated successfully, but these errors were encountered: