dpgaspar edited a comment on issue #9104: Connecting to Elsaticsearch URL: https://github.com/apache/incubator-superset/issues/9104#issuecomment-585162171 This is probably because all your non internal indexes are on a yellow state. You can check what elasticsearch will recognize has "tables" by issuing the following command: ``` POST /_sql?format=txt { "query": "SHOW TABLES'" } ``` https://www.elastic.co/guide/en/elasticsearch/reference/current/sql-syntax-show-tables.html#sql-syntax-show-tables
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
