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
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
40e6f274
Unverified
Commit
40e6f274
authored
Jan 16, 2021
by
Antoine Cotten
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
metricbeat: Reference docs for current instead of master
parent
1273e412
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
README.md
extensions/metricbeat/README.md
+1
-1
metricbeat.yml
extensions/metricbeat/config/metricbeat.yml
+1
-1
metricbeat-compose.yml
extensions/metricbeat/metricbeat-compose.yml
+1
-1
No files found.
extensions/metricbeat/README.md
View file @
40e6f274
...
...
@@ -31,6 +31,6 @@ Docker container: [Run Metricbeat on Docker][metricbeat-docker].
[
Metricbeat documentation
][
metricbeat-doc
]
[
metricbeat-config
]:
https://www.elastic.co/guide/en/beats/metricbeat/
master
/metricbeat-reference-yml.html
[
metricbeat-config
]:
https://www.elastic.co/guide/en/beats/metricbeat/
current
/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
extensions/metricbeat/config/metricbeat.yml
View file @
40e6f274
...
...
@@ -37,7 +37,7 @@ output.elasticsearch:
password
:
changeme
## HTTP endpoint for health checking
## https://www.elastic.co/guide/en/beats/metricbeat/
master
/http-endpoint.html
## https://www.elastic.co/guide/en/beats/metricbeat/
current
/http-endpoint.html
#
http.enabled
:
true
...
...
extensions/metricbeat/metricbeat-compose.yml
View file @
40e6f274
...
...
@@ -14,7 +14,7 @@ services:
-
-e
# Disable config file permissions checks. Allows mounting
# 'config/metricbeat.yml' even if it's not owned by root.
# see
:
https://www.elastic.co/guide/en/beats/libbeat/
master
/config-file-permissions.html
# see
:
https://www.elastic.co/guide/en/beats/libbeat/
current
/config-file-permissions.html
-
--strict.perms=false
# Mount point of the host’s filesystem. Required to monitor the host
# from within a container.
...
...
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