Skip to content
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

Filebeat coredns module #11200

Merged
merged 24 commits into from
Mar 26, 2019
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
6199c1e
Add coredns module
Mar 6, 2019
20dc52f
Add coredns module
Mar 6, 2019
3440037
Add fileset kubernetes for coredns module to handle Kubernetes deploy…
Mar 7, 2019
2229a53
Add fileset kubernetes for coredns module to support Kubernetes deplo…
Mar 7, 2019
475da9b
Update README and docs
Mar 9, 2019
469c013
Update docs for coredns
Mar 9, 2019
6f0c4f8
Merge with master
Mar 11, 2019
ba43d40
Add Coredns Overview Dashboard
Mar 11, 2019
27e36d8
Update dashboard to add NXDOMAIN visualization
Mar 12, 2019
a1b051c
Update fields
Mar 12, 2019
a520e02
Merge remote-tracking branch 'upstream/master' into filebeat-coredns-…
Mar 12, 2019
af1ed61
Merge remote-tracking branch 'upstream/master' into filebeat-coredns-…
Mar 12, 2019
c1aeaea
Rebuild filebeat.test, so it generates ecs version 1.0.0 instead of 1…
Mar 12, 2019
a93a8cc
Update CHANGELOG.next.asciidoc
Mar 15, 2019
fc0bddf
Remove changes to kubernetes fields.yml since it has been addressed i…
Mar 15, 2019
a25bc3d
Fix pipeline to support bracketed IPv6 address and address some bugs.…
Mar 19, 2019
717d079
Merge branch 'master' into filebeat-coredns-module
Mar 19, 2019
27d35a3
Merge branch 'master' into filebeat-coredns-module
Mar 22, 2019
f32bc05
Merge two filesets into one
Mar 22, 2019
bcaa67a
Fix fileset name in README
Mar 22, 2019
a3b3a31
use message field for coredns part of the original log
Mar 22, 2019
ae6ba52
Merge branch 'master' into filebeat-coredns-module
Mar 25, 2019
4eb67b7
Merge with master and update CHANGELOG.next.asciidoc
Mar 25, 2019
4b406c6
Fix an indentation error in README
Mar 25, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix an indentation error in README
Ray Qiu committed Mar 25, 2019
commit 4b406c64540703c37d6fbb77b882242802c84fa8
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/coredns/README.md
Original file line number Diff line number Diff line change
@@ -55,7 +55,7 @@ kubectl apply -f filebeat
processors:
- add_kubernetes_metadata:
in_cluster: true
in_cluster: true
```

This enables auto-discovery and hints for filebeat. When default.disable is set to true (default value is false), it will disable log harvesting for the pod/container, unless it has specific annotations enabled. This gives users more granular control on kubernetes log ingestion. The `add_kubernetes_metadata` processor will add enrichment data for Kubernetes to the ingest logs.