Skip to content

Instantly share code, notes, and snippets.

@eValker
Last active January 8, 2021 12:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eValker/f5ae0d046d7b6807f2ea5a4cab525dac to your computer and use it in GitHub Desktop.
Save eValker/f5ae0d046d7b6807f2ea5a4cab525dac to your computer and use it in GitHub Desktop.
###################### Filebeat Configuration #########################
#=========================== Filebeat inputs =============================
filebeat.inputs:
- type: log
enabled: true
paths:
- input\*.log
encoding: utf-8
ignore_older: 168h
close_inactive: 1m
clean_inactive: 169h
clean_removed: true
scan_frequency: 5s
scan.sort: filename
scan.order: desc
json:
keys_under_root: true
#============================= Filebeat modules ===============================
filebeat.config.modules:
path: ${path.config}/modules.d/*.yml
reload.enabled: false
# ======================= Elasticsearch template setting =======================
setup.template.enabled: false
setup.template.overwrite: false
setup.ilm.enabled: false
# ================================== General ===================================
name: 'Test'
#queue:
# disk:
# max_size: 4GB
# write_ahead: 512
#================================ Outputs =====================================
#-------------------------- Elasticsearch output ------------------------------
output:
file:
enabled: true
path: "output/"
filename: filebeat_out
codec.json:
pretty: true
# ================================== Logging ===================================
# logging:
# level: info
# selectors: ["tcp", "publisher", "elasticsearch"]
# to_files: true
# metrics.enabled: false
# files:
# path: E:\\FilebeatService
# name: filebeat
# keepfiles: 7
# interval: 24h
{"status":"committed","sentToKafka":false,"logPackageId":"23bbb987-eb6e-4c12-9f0a-9ee6b40d9823","appGuid":"64728283-de34-4b0f-9e6a-5f7e492660a7","executedAppGuid":"64728283-de34-4b0f-9e6a-5f7e492660a7","applicationNumber":"__________","modDate":"2021-01-07T23:36:53.4362689+01:00","modLogin":"________","modUserFullName":"Name With Polish Chars łóąść","userProfile":"____","manualMode":0,"counter":12,"executionAdditionalInfo":"@{\"ScriptName\":\"Script\",\"ParamsIn\":\"Param1|____|Param2|____|________|\\||\",\"ParamsOut\":\"||OUT1|OUT2|* niesłuszne lub błędne obciążenie ... podwójne obciążenie ... całości lub części środków ...TABELI PONIŻEJ i ZATWIERDŹ.|\",\"MapIn\":false,\"MapOut\":false,\"ParamsInSymbols\":\"\",\"IsEmpty\":true}"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment