I have got 2 questions for that 1. After I create the index in Sense, I try also to create index in kibana. But why couldn't I see any incoming hits in the "Discover" Page.
![Create test index in Kibana]]1
Q2. How can I read back the decode format of the file content?
{
"error": {
"root_cause": [
{
"type": "mapper_parsing_exception",
"reason": "analyzer [MyAnalyzer] not found for field [author]"
}
],
"type": "mapper_parsing_exception",
"reason": "analyzer [MyAnalyzer] not found for field [author]"
},
"status": 400
}
How this happen? And why the content could not be indexed?
For q1, I want to find back my record so can I create dashboard in kibana for my records.
For q2, Yes I didnt create it. How should I create one? And from the mapping template, what does the word “store” mean and how can I create an timestamp because when I try to insert timestamp in mapping, it gives me error result
Is there any ways I could get the data created in elasticsearch to Kibana for making dashboard. Although I have made data in Sense and input to elasticsearch now, I could not get back any data in Kibana
IIRC in recent versions multifield is not supported anymore.
I'd either wait for 5.0.0 with the ingest-attachment plugin or do the text extraction in my application (wusing Apache Tika if you are using Java).
Or you need to create 2 indices or 2 fields, one with english analyzer the other one with chinese.
Then send the BASE64 content twice. But that's really not efficient...
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.