Skip to content

Commit

Permalink
logstash grok fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EduJGURJC committed Oct 15, 2019
1 parent efcaa47 commit 8e93c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/services/logstash/grok-patterns
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ JAVALOGLEVEL (ALERT|TRACE|DEBUG|NOTICE|INFO|WARNING|ERROR|CRITICAL|FATAL|SEVERE|

# CONTAINER NAME for Logs (ex: test_37_exec or test_37_servicename_exec or sut34_exec...)
# OLD => CONTAINERNAME (test_\d*|sut_\d*|dynamic_\d*)(?=_exec)
CONTAINERNAME ((test|sut|eus[_|-]browser[_|-].*_exec|k8s_test|k8s_sut|k8s_eus[_|-]browser[_|-].*[_|-]exec)(_|-)?(\d*))(\S*)?(?=([_|-]exec))?
CONTAINERNAME ((test|sut|eus[_|-]browser[_|-].*_exec|k8s_test|k8s_sut|k8s_eus[_|-]browser[_|-].*[_|-]exec)(_|-)?(\d*))(\S*)?(?=(_exec))

# exec ID EXECID (?<=\D_|\D\d)(\d*)
EXECID (?<=test_|sut_|beats_|logstash_|dynamic_)(\d*)
Expand Down

0 comments on commit 8e93c96

Please sign in to comment.