-
Notifications
You must be signed in to change notification settings - Fork 707
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logstash part of ECK #1453
Comments
/cc @agup006 |
What's the status on this? |
Would also like to know the status on this. Would be great to have. |
+1 for Logstash as part of ECK |
+1 Would be really helpful having LogStash integrated in ECK. |
+1 |
Is there a plan to release this feature in the next weeks ? |
We do not have any updates on Logstash as part of ECK at this time. Today, ECK can manage ingest node as part of a deployment that can be used alongside beats |
Any insights on why logstash is not part of ECK? the ELK stack misses that important piece. There must be a really important reason to not put a priority on this. Can maintainers expose the reason for it? |
Is there any update to this issue? The missing of logstash is the final blocker for me to deploy ECK |
+1 on what is the product team reasoning for not including Logstash. Is there a better way to do import logs or some integration with Kube where we don't need it any more? |
+1 |
+. Even a year later, logstash support is not a priority? The closest I could find was this medium article, will be attempting it shortly |
To all who are looking for the logstash feature set in ECK: |
@wutkemtt , I took a look at ingest pipelines, but I don't see rabbitmq support in there like logstash does. Did I miss it? Either way, using that medium article works, but I had to modify ES url to http instead of https. The templates provided in that article require some quick modification to get it deployed as a deployment instead of a pod. |
I just needed the processors, so I don't know about the RabbitMQ support, sorry. |
this guide may help you to setup it https://github.com/framsouza/logstash-eck-ingress-controller |
Ingest pipelines are only able to receive data rather than consume it. This is a key difference from logstash which can, for instance, act as a consumer to pull events from a beats -> kafka -> logstash -> elasticsearch pipeline. Some rationale from maintainers as to why logstash is not included in ECK CRDs/portfolio would be appreciated. |
+1 |
There is an official recipe for using Logstash with ECK: https://github.com/elastic/cloud-on-k8s/tree/main/config/recipes/logstash There is nothing yet in the docs about this and it's obviously not a CRD for Logstash, but still may be helpful for some people. |
I still don't get it why Logstash is not include. It has been 3 years already. |
Vouching for this. 3 years. How is this is not included but APM is? |
+1 to add Logstash with ECK or helm charts |
What's the point of deprecate the logstash chart if is not included in ECK? |
I'm happy to announce that we are adding Logstash to ECK elastic/logstash#15030 |
well, that's new... ;-) thanks! after 3 long years)) |
Hey looks good! How would you do this in the new operator model? I would need to install the kafka plugin when using this. |
This is support for a limited set up plugins built in, including kafka. We plan on adding more. You can see the use-facing documentation here - https://www.elastic.co/guide/en/cloud-on-k8s/master/k8s-logstash-technical-preview-limitations.html |
This is now available, with ECK 2.8. docs here enjoy folks, thanks for the likes and comments here! Closing this issue. |
Hello World!
I see deploying Elasticsearch, Kibana and even APM, but NOT Logstash.
So there is my feature request)
The text was updated successfully, but these errors were encountered: