BrandOriented / PimcoreCiHubConnector

This bundle adds full integration between Pimcore and CI-HUB Connector. Now you can add, delete and download all assets, lock and unlock, get all versions for specified asset and much more.
https://brandoriented.io/
Other
5 stars 6 forks source link

Remove configuration problem - Wildcard expressions or all indices are not allowed #51

Closed betterapp closed 4 months ago

betterapp commented 4 months ago

Pimcore version(s) affected

11

Description

{
  "success": false,
  "message": "400 Bad Request: {\"error\":{\"root_cause\":[{\"type\":\"illegal_argument_exception\",\"reason\":\"Wildcard expressions or all indices are not allowed\"}],\"type\":\"illegal_argument_exception\",\"reason\":\"Wildcard expressions or all indices are not allowed\"},\"status\":400}"
}

How to reproduce

When I try remove CI-HUB configuration

Possible Solution

No response

Additional Context

No response

github-actions[bot] commented 4 months ago

Thank you for reporting this problem!

This is an open source project, and we rely on the community to help us diagnose and fix issues, as it is not possible to investigate and fix every issue reported to us via GitHub.

If possible, please create a pull request that fixes the problem you describe, along with appropriate tests. All pull requests will be promptly reviewed by the BrandOriented team.

Thank you very much!

betterapp commented 4 months ago

Solution:

curl -X PUT "localhost:9200/_cluster/settings" -H 'Content-Type: application/json' -d '{
  "transient": {
    "action.destructive_requires_name": false
  }
}'