Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
docker-elk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
段孔乐
docker-elk
Commits
1273e412
Unverified
Commit
1273e412
authored
Jan 16, 2021
by
Antoine Cotten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
metricbeat: Improve README, add notes about config
parent
f592f221
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
7 deletions
+23
-7
README.md
extensions/metricbeat/README.md
+23
-7
No files found.
extensions/metricbeat/README.md
View file @
1273e412
...
...
@@ -6,15 +6,31 @@ and ships them to the output that you specify, such as Elasticsearch or Logstash
## Usage
If you want to include the Metricbeat extension, run Docker Compose from the root of the repository with an additional
command line
argument referencing the
`metricbeat-compose.yml`
file:
To include Metricbeat in the stack, run Docker Compose from the root of the repository with an additional command line
argument referencing the
`metricbeat-compose.yml`
file:
```
bash
```
console
$
docker-compose
-f
docker-compose.yml
-f
extensions/metricbeat/metricbeat-compose.yml up
```
##
Documentation
##
Configuring Metricbeat
[
Official Docs
](
https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-overview.html
)
[
Running on Docker
](
https://www.elastic.co/guide/en/beats/metricbeat/current/running-on-docker.html
)
[
Configuration reference
](
https://www.elastic.co/guide/en/beats/metricbeat/master/metricbeat-reference-yml.html
)
The Metricbeat configuration is stored in
[
`config/metricbeat.yml`
](
./config/metricbeat.yml
)
. You can modify this file
with the help of the
[
Configuration reference
][
metricbeat-config
]
.
Any change to the Metricbeat configuration requires a restart of the Metricbeat container:
```
console
$
docker-compose
-f
docker-compose.yml
-f
extensions/metricbeat/metricbeat-compose.yml restart metricbeat
```
Please refer to the following documentation page for more details about how to configure Metricbeat inside a
Docker container:
[
Run Metricbeat on Docker
][
metricbeat-docker
]
.
## See also
[
Metricbeat documentation
][
metricbeat-doc
]
[
metricbeat-config
]:
https://www.elastic.co/guide/en/beats/metricbeat/master/metricbeat-reference-yml.html
[
metricbeat-docker
]:
https://www.elastic.co/guide/en/beats/metricbeat/current/running-on-docker.html
[
metricbeat-doc
]:
https://www.elastic.co/guide/en/beats/metricbeat/current/index.html
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment