Hi,
What is the check list to have an ES index displayable in Kibana ?
I've done created index pattern, refresh, nothing in Discover menu
Config PC win10 ES V6 installed as a service.
Kibana V6 RC2
Thanks
Rgds
Bruno
Hi,
What is the check list to have an ES index displayable in Kibana ?
I've done created index pattern, refresh, nothing in Discover menu
Config PC win10 ES V6 installed as a service.
Kibana V6 RC2
Thanks
Rgds
Bruno
You need to specify the time the data was indexed into ES using time picker that is towards the right..
In fact, the index doesn't appear in the select box in Discover ?
Can u just put a screenshot of ur discover and Settings(index pattern) so that it is easy to understand the problem..
And did u check in ur elasticsearch interface whether the index is created or not?
GET casino_produits/_count
replies
{
"count": 699999,
"_shards": {
"total": 5,
"successful": 5,
"skipped": 0,
"failed": 0
}
}
Management > Create Index Pattern
enter casino_produits
Click on Create, but never see the index in Discover
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.