Questions tagged [elastic-beats]
81 questions
0
votes
1 answer
How do I setup ELK HTTP beat to send delta feed to logstash
I have setup HTTP beat that polls an endpoint and stashes the data to logstash. I could see the events using a specific index on Kibana. The interval has been set to every 5 seconds.
However I want the ELK stack to capture data that are changed…

Krishnendu
- 125
- 3
- 13
0
votes
1 answer
How to execute metricbeat while using subprocess.Popen()
I am trying to execute metricebeat the same way I execute it from the windows command-line but by using subprocess.Popen in a python script.
subprocess.Popen(["C:\metricbeat\metricbeat.exe"])
The process starts and terminates immediately…
0
votes
1 answer
What is a most benefit way to gather server hardware utilization, app logs, app jvm metrics, using Elastic-Stack?
Besides ELK standard goal for gathering application logs data i want to leverage this stack for advanced data collection such as JVM metrics (via JMX) and host's cpu/ram/disk/network utilization.
The most suitable one i thought is using metricbeat,…

uptoyou
- 1,427
- 19
- 24
0
votes
1 answer
Auditbeat not picking up authentication events in CentOs 7
I am trying to ship the authentication related of my CentOS 7 to Elasticsearch. Strangely I am not getting any authentication events.
When I ran the debug command auditbeat -c auditbeat.conf -d -e "*" , I found something like below:
{
…

Arun Mohan
- 898
- 3
- 18
- 37
0
votes
0 answers
Elasticsearch sum by sum from max
I need some help with finding total number of messages from all the topics.
The document below has +million number of topics,partition and offsets.
I need to get total number of offsets :
"kafka": {
"partition": {
"topic": {
"name":…

Sandip
- 1
0
votes
1 answer
Elastic filebeat 6.5.1 error: failed to read process cgroups
I want to install filebeat on my webfaction server in order to ship the apache logs to a hosted ELK.
I followed the instructions.
The filebeat connects wonderfully to the ELK cloud.
However locally I cannot get past this error:
[someone@web555…

ionescu77
- 1,150
- 10
- 14