Skip to content

Add instructions to configure fluentd to export domain logs to ELK #1281

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

Merged
merged 10 commits into from
Oct 2, 2019
Merged
Changes from 1 commit
Commits
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
Next Next commit
update samples overview
  • Loading branch information
Michael Gianatassio authored and Michael Gianatassio committed Oct 2, 2019
commit 6a68d097e371822f0e3d664dfc058baf64d8e378
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ Here's the general mechanism for how this works:
* `fluentd` tails the domain logs files and exports them to Elasticsearch
* A `ConfigMap` contains the filter and format rules for exporting log records

##### Sample code

The samples in this document assume an existing domain is being edited. However, all changes to the domain YAML can be performed before the domain is created.

For sample purposes, this document will assume a domain with the following attributes is being configured:

* Domain name is `bobs-bookstore`
Expand Down