filebeat
Here are 254 public repositories matching this topic...
-
Updated
Jul 3, 2020 - HTML
log-pilot索引按月需要修改哪里?
我修改了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
-
Updated
Jun 22, 2020
-
Updated
Jul 3, 2020 - Smarty
-
Updated
Jun 26, 2019 - Python
-
Updated
Jun 30, 2019 - Dockerfile
https://www.elastic.co/guide/en/beats/auditbeat/current/running-on-docker.html#_special_requirements
PID and CAP_ADD options are ignored as they are not yet available in swarm mode. Might be available in mid 2019
-
Updated
May 19, 2020 - Shell
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
Rename `type` label
-
Updated
May 27, 2017 - Nginx
-
Updated
Jul 9, 2018
-
Updated
Jun 21, 2020 - Java
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_
-
Updated
Jun 18, 2020 - Go
-
Updated
Jul 24, 2017
-
Updated
Oct 31, 2017 - PowerShell
-
Updated
May 3, 2017
-
Updated
May 10, 2020 - Ruby
-
Updated
Sep 29, 2019 - Shell
-
Updated
Jun 25, 2020 - Go
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
-
Updated
Jun 13, 2018 - Java
-
Updated
Mar 15, 2019 - Java
Improve this page
Add a description, image, and links to the filebeat topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the filebeat topic, visit your repo's landing page and select "manage topics."
When you run
setupon 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 YAMLIf a user follows this instr