I want create an index in kibana with broadsoft
When I try and create a new index pattern and click on "Index contains time-based events", the 'Time-field name' dropdown doesn't contain anything.
Can you help me please.
The error is
I want create an index in kibana with broadsoft
When I try and create a new index pattern and click on "Index contains time-based events", the 'Time-field name' dropdown doesn't contain anything.
Can you help me please.
The error is
It could be that the index has no fields that are mapped as a date field.
If you want to see the mapping, try GET my_index/_mapping
in Dev Tools Console. If you don't see any fields that are date type, then that is why no time-fields appear in the dropdown when you try to create an index pattern.
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.