Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Javier Franco
/
elk_installation
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
852bafe9
authored
2022-08-09 15:38:07 -0400
by
Gustavo Calcaterra
Committed by
Javier Franco
2022-08-09 15:38:07 -0400
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Change logging level of beat from info to warning, because too much log
1 parent
6cddd9f2
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
roles/beat/templates/filebeat.yml.j2
roles/beat/templates/metricbeat.yml.j2
roles/beat/templates/packetbeat.yml.j2
roles/beat/templates/filebeat.yml.j2
View file @
852bafe
...
...
@@ -182,7 +182,7 @@ processors:
# Sets log level. The default log level is info.
# Available log levels are: error, warning, info, debug
#logging.level: debu
g
logging.level: warnin
g
# At debug level, you can selectively enable logging only for some components.
# To enable all selectors use ["*"]. Examples of other selectors are "beat",
...
...
roles/beat/templates/metricbeat.yml.j2
View file @
852bafe
...
...
@@ -126,7 +126,7 @@ processors:
# Sets log level. The default log level is info.
# Available log levels are: error, warning, info, debug
#logging.level: debu
g
logging.level: warnin
g
# At debug level, you can selectively enable logging only for some components.
# To enable all selectors use ["*"]. Examples of other selectors are "beat",
...
...
roles/beat/templates/packetbeat.yml.j2
View file @
852bafe
...
...
@@ -208,7 +208,7 @@ processors:
# Sets log level. The default log level is info.
# Available log levels are: error, warning, info, debug
#logging.level: debu
g
logging.level: warnin
g
# At debug level, you can selectively enable logging only for some components.
# To enable all selectors use ["*"]. Examples of other selectors are "beat",
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment