Skip to content
Snippets Groups Projects
Commit 2a11f9f2 authored by nimrod's avatar nimrod
Browse files

Decode JSON logs.

parent 0ab9065f
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,10 @@ http:
processors:
- add_host_metadata: ~
- add_docker_metadata: ~
- decode_json_fields:
fields:
- message
add_error_key: true
filebeat.inputs:
- type: container
......
......@@ -10,9 +10,13 @@ logging:
http:
enabled: true
processors:
- add_host_metadata: ~
- decode_json_fields:
fields:
- message
add_error_key: true
journalbeat.inputs:
- paths: []
seek: cursor
processors:
- add_host_metadata: ~
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment