-
Notifications
You must be signed in to change notification settings - Fork 727
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
ECK and Beats #2051
Comments
hey @pebrc. Do you see this as a way to monitor ES/Kibana/APM Server deployed in ECK using beats - aka stack monitoring? or are you thinking of this as a way to have the operator manage beats installed across the users kubernetes cluster? |
Pinging @elastic/beats for awareness |
ping @ycombinator since you might be interested in that :) |
Pinging @elastic/stack-monitoring for awareness. Also, while I was on the Stack Monitoring team I worked on a POC of running 1 Metricbeat and 1 Filebeat per pod to monitor an Elasticsearch node running in the same pod: https://github.com/elastic/stack-monitoring-dev/pull/54. It's just a POC so definitely a very naive implementation but just thought I'd mention it as it seemed relevant to this discussion. |
I think both. I would really like to get to a point where we can have something like kube-prometheus. We have a lot of the pieces but even I have trouble putting them together. |
I created a separate issues for
|
Right now I'm not totally convinced they should be separate problems -- ES emits prometheus metrics so it seems like we could treat them all the same. The stack is just another application with metrics that are consumed by a beat. I'm good with approaching them separately though and seeing if they end up aligning |
Hey, I'm sampling the beats config at the moment. I'm going to be using prometheus for my metrics and wouldn't want to be forced to store metricbeats as well. Could you please take this into consideration and allow users to select which parts of beats they want? It would be greatly appreciated. Cheers! |
I am closing this as the we have an implementation for Beats now. There might be need/interest to support Beats for Stack monitoring in non-privileged mode, but let's open a new issue for that. |
Current status of our work related to Beats:
We will build a stack monitoring CRD on top of that generic Beat support Stack monitoring with Metricbeat #2415The text was updated successfully, but these errors were encountered: