Does the Elastic Stack have to run as a Docker container in this solution? #177
-
Hi, I'm Sunny. I'm wonder could I run Elasticsearch-cluster , Kibana instance , and Logstash as native application in this solution ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi Sunny, The solution can use an external Elasticsearch and Kibana using any deployment option you want, but Logstash is supposed to run as a Docker-Container. Hope this helps! Cheers, |
Beta Was this translation helpful? Give feedback.
-
@cwiechmann |
Beta Was this translation helpful? Give feedback.
Hi Sunny,
The solution can use an external Elasticsearch and Kibana using any deployment option you want, but Logstash is supposed to run as a Docker-Container.
This is not so much a technical restriction, as you may know, Logstash can run natively, but more a restriction in order to support this solution running at our customers. Logstash is using very complex pipelines and with that delivery mode as Docker we are making sure, everything is packaged as it must be.
Hope this helps!
Cheers,
Chris