Need to create a kibana dashboard automatically if a field in my input json field is true

OS: CentOS
Kibana Version: 5.1.1

Hi I want to automate the dashboard creation if a some specific field in my json is true how to do that Can i do than???
Even creation of a new visualization is fine not a dashboard.

If I understand correctly, you want to create a new dashboard or visualization if a newly indexed document in ES meets a certain criteria?

If I understand that correctly, the answer is no it's not possible today. Maybe someday when we have a Kibana REST API you could create a watch with Watcher that would fire off a visualization creation request.

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