We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you use elasticsearch 8.x you have to set the following configuration for elasticserach: action.destructive_requires_name: false
Otherwise there is an error and the DataHub configuration could not be deleted. => there are probably several other problems without this setting
see: https://codezup.com/solved-wildcard-expressions-or-all-indices-are-not-allowed-elasticsearch/
I think it would be nice to add this to the documentation.
ps. thanks for your work / this plugin
The text was updated successfully, but these errors were encountered:
Merge pull request CI-HUB-GmbH#8 from wkania/small-clean-up
f7dde8c
Successfully merging a pull request may close this issue.
If you use elasticsearch 8.x you have to set the following configuration for elasticserach:
action.destructive_requires_name: false
Otherwise there is an error and the DataHub configuration could not be deleted.
=> there are probably several other problems without this setting
see: https://codezup.com/solved-wildcard-expressions-or-all-indices-are-not-allowed-elasticsearch/
I think it would be nice to add this to the documentation.
ps. thanks for your work / this plugin
The text was updated successfully, but these errors were encountered: