Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #129 from tylerjl/filebeat-default-config-docs
Browse files Browse the repository at this point in the history
Add usage notes for Filebeat
  • Loading branch information
Crazybus committed May 9, 2019
2 parents 40e24ab + b38dd58 commit d1ed576
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions filebeat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ This helm chart is a lightweight way to configure and run our official [Filebeat
* Kubernetes >= 1.8
* [Helm](https://helm.sh/) >= 2.8.0

## Usage notes and getting started
* The default Filebeat configuration file for this chart is configured to use an Elasticsearch endpoint. Without any additional changes, Filebeat will send documents to the service URL that the Elasticsearch helm chart sets up by default. You may either set the `ELASTICSEARCH_HOSTS` environment variable in `extraEnvs` to override this endpoint or modify the default `filebeatConfig` to change this behavior.
* The default Filebeat configuration file is also configured to capture container logs and enrich them with Kubernetes metadata by default. This will capture all container logs in the cluster.

## Installing

* Add the elastic helm charts repo
Expand Down

0 comments on commit d1ed576

Please sign in to comment.