Allow period in syslog process name

This commit is contained in:
Ville Skyttä
2021-08-11 16:41:56 +03:00
parent 89217e0d58
commit 02218c916c
3 changed files with 3 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ contexts:
scope: entity.other.attribute-name.loghost.syslog
set: process
process:
- match: ([\w-]+)(?:(\[)(\d+)(\]))?(:)
- match: ([\w.-]+)(?:(\[)(\d+)(\]))?(:)
captures:
1: support.function.process.syslog
2: punctuation.separator.pid.begin.syslog