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

Add usage notes for Filebeat #129

Merged
merged 1 commit into from
May 9, 2019
Merged
Changes from all commits
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
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