Skip to content
#

filebeat

Here are 254 public repositories matching this topic...

untergeek
untergeek commented Apr 29, 2020

When you run setup on auditbeat (and perhaps others), it tells you that if you want to overwrite the ILM policy, you need to add a configuration option. The problem is that the message does not include a space after the colon, which is invalid YAML

$ sudo auditbeat setup
Overwriting ILM policy is disabled. Set `setup.ilm.overwrite:true` for enabling.

If a user follows this instr

major-jay
major-jay commented Sep 10, 2019

我修改了config.filebeat
cat >> $FILEBEAT_CONFIG << EOF
$(base)
output.elasticsearch:
hosts: [$ELASTICSEARCH_HOSTS]
index: ${ELASTICSEARCH_INDEX:-filebeat}-%{+yyyy.MM}
${ELASTICSEARCH_SCHEME:+protocol: ${ELASTICSEARCH_SCHEME}}
${ELASTICSEARCH_USER:+username: ${ELASTICSEARCH_USER}}
${ELASTICSEARCH_PASSWORD:+password: ${ELASTICSEARCH_PASSWORD}}
${ELASTICSEARCH_WORKER:+wor

SuperQ
SuperQ commented Jan 14, 2020

Feature idea, add beat info metrics from the stats endpoint /

{
  "beat": "pubsubbeat",
  "hostname": "pubsub-sidekiq-inf-gstg",
  "name": "pubsub-sidekiq-inf-gstg",
  "uuid": "FOO",
  "version": "7.5.1"
}

Would make a metrics like this:

pubsubbeat_build_info{version="7.5.1"} 1
pubsubbeat_beat_info{beat_name="pubsub-sidekiq-inf-gstg",uuid="FOO",} 1
sasubillis
sasubillis commented May 24, 2018

When I use the following prospector section in the manifest file
filebeat::prospector { 'syslog': paths => [ '/var/log/messages','/var/log/secure' ], fields_under_root => true, fields => {'type' => 'syslog'}, }
the generated filebeat prospector config has got document_type: log which is not required.
and filebeat log still complaining about document_

ycombinator
ycombinator commented Nov 18, 2019

Currently, the Stack Monitoring parity tests use a trial license. This is necessary to collect monitoring stats for certain stack features like CCR.

However, there are a few differences in the collected monitoring data (e.g. the license field in type: cluster_stats documents in .monitoring-es-*) when a Basic license is in use on the monitored cluster instead of a Trial license. To accou

Improve this page

Add a description, image, and links to the filebeat topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the filebeat topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.