I have Elstaticsearch and Logstash installed, and am going to install Kibana according to the instruction in: https://www.elastic.co/guide/en/kibana/current/setup.html
After the trivial download and extract, Elasticsearch is started, then the next step: Create the .kibana index with dynamic mapping enabled just for that index:
PUT .kibana
{
"index.mapper.dynamic": true
}
lead me astray. I have no idea at all what it means and what I should do according to this instruction. Faithfully hope someone can give me some hint about it.