I have created a pipeline that loads my logs into elasticsearch. When I run the pipeline it works and in the developer console, in elasticsearch, I can see and run queries to the index. However, when I go to discover in Analytics I do not see the index as data view. I can create a data view out of this, but I was wondering if it is possible to configure the logstash config to save the logs directly as data view.
I am trying to automate my set up as much as possible, such that I will be able to run docker compose and get all my dashboards showing up. For that it will be convenient to have the logs save directly into a data view rather then needing to do it by hand.
My other question is, is it possible to create such an automatisation using docker that will run the logstash to get the data view and then run the dashboard graphs that I have created? If so, is there a tutorial or guide to how to do that?
I have graphs on a dashboard now but they are all configured and created by hand.
Any answer to either of the questions will be highly appreciated.