You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/02/12 11:29:02 UTC

[GitHub] [incubator-superset] dpgaspar edited a comment on issue #9104: Connecting to Elsaticsearch

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org