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
e5cee150
authored
2022-12-31 14:05:32 -0300
by
DevOps
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add field data.set test and prod to all servers, again specific for jboss
1 parent
d2d9c59f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
roles/beat/templates/filebeat.yml.j2
vars/prod.yml
vars/test.yml
roles/beat/templates/filebeat.yml.j2
View file @
e5cee15
...
...
@@ -83,7 +83,7 @@ filebeat.inputs:
# level: debug
# review: 1
fields:
event.dataset: {{ filebeat_fields.event_dataset }}
event.dataset: {{ filebeat_fields.
jboss_
event_dataset }}
#============================= Filebeat modules ===============================
...
...
vars/prod.yml
View file @
e5cee15
---
filebeat_fields
:
event_dataset
:
prod
jboss_
event_dataset
:
prod
...
...
vars/test.yml
View file @
e5cee15
---
filebeat_fields
:
event_dataset
:
test
jboss_
event_dataset
:
test
...
...
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