-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #718 from mlibrary/brandy-filebeat
Filebeat update
- Loading branch information
Showing
24 changed files
with
46 additions
and
168 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 0 additions & 18 deletions
18
manifests/profile/elastic/filebeat/prospectors/clickstream.pp
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 0 additions & 22 deletions
22
spec/classes/profile/elastic/filebeat/prospectors/clickstream_spec.rb
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
spec/classes/profile/elastic/filebeat/prospectors/mgetit_spec.rb
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Managed by puppet (nebula/profile/elastic/filebeat/configs/ulib.yml.erb) | ||
- type: filestream | ||
id: ulib | ||
enabled: true | ||
paths: | ||
<% @files.each do |file| -%> | ||
- "<%= file %>" | ||
<% end %> | ||
|
||
fields_under_root: true | ||
fields: | ||
ulib_type: 90_day |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,30 @@ | ||
# Managed by puppet (nebula/profile/elastic/filebeat/filebeat.yml.erb) | ||
|
||
############################# Filebeat ###################################### | ||
filebeat: | ||
# All prospectors are in role- or service-specific files under prospectors/ | ||
config_dir: prospectors | ||
registry_file: /var/lib/filebeat/registry | ||
filebeat.config.inputs: | ||
enabled: true | ||
path: configs/*.yml | ||
|
||
filebeat.registry.path: /var/lib/filebeat/registry | ||
|
||
filebeat.config.modules: | ||
enabled: true | ||
path: ${path.config}/modules.d/*.yml | ||
|
||
############################# Output ########################################## | ||
output: | ||
logstash: | ||
output.logstash: | ||
hosts: ["logstash.umdl.umich.edu:5044"] | ||
bulk_max_size: 1024 | ||
ssl: | ||
certificate_authorities: ["/etc/ssl/certs/logstash-forwarder.crt"] | ||
|
||
############################# Logging ######################################### | ||
# | ||
logging.level: warning | ||
|
||
logging: | ||
level: warning | ||
files: | ||
path: /var/log/filebeat | ||
name: filebeat.log | ||
keepfiles: 2 | ||
rotateeverybytes: 10485760 # = 10MB | ||
|
||
# Skip file-based logging config, given the documentation says: | ||
# | ||
# When Filebeat is running on a Linux system with systemd, it uses by default | ||
# the -e command line option, that makes it write all the logging output to stderr | ||
# so it can be captured by journald. Other outputs are disabled. See Filebeat | ||
# and systemd to know more and learn how to change this. |
6 changes: 0 additions & 6 deletions
6
templates/profile/elastic/filebeat/prospectors/apache.yml.erb
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
templates/profile/elastic/filebeat/prospectors/clickstream.yml.erb
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
templates/profile/elastic/filebeat/prospectors/mgetit.yml.erb
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
templates/profile/elastic/filebeat/prospectors/syslog.yml.erb
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.