Parsing bulk json (text) and dashboards with Kibana

In my project i need parse from json files or json objects to elasticsearch, after import json create dashboards for analyse this datas.

My first problem: My json files are 80 to 90% similar in most cases but i dont like create a template or type predefined because are huge files like a 66994.json

Second problem: My JSON files have index field (piid).

Third problem: Share kibana interface for users create your own dashboards.

My environment (elasticsearch + kibana + x-pack) is working, but i dont can import files.

You cannot import data via Kibana, you will need to use Logstash or Beats/

In this case is better logstash or beats?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.