You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After some investigation, I solved this by adding the parameter v2=1 to the sqlalchemy uri: odelasticsearch+https://user:pass@vpc-myes.eu-west-3.es.amazonaws.com:443/?v2=1
Adding the parameter tells the plugin to adapt to the opensearch version and removes the offending fetch_size parameter.
I am trying to use superset to query wazuh 4.9.0, which is using Opensearch 2.13.
If I query one of the indexes directly, it works:
The docs indicate that indexes that contain a . do not work, but no longer appears to be true.
But if I try to search an alias:
Additionally, the OpenDistro SQL documentation indicates that I should be able to use wildcards when selecting indexes (https://opendistro.github.io/for-elasticsearch-docs/docs/sql/#rest-api), but that doesn't appear to work either.
The text was updated successfully, but these errors were encountered: