Skip to content

Commit 10e154f

Browse files
authored
Fix Graylog error message OEC content pack configuration (#1004)
* wip * Add csi-s3 and have portainer use it * Change request @Hrytsuk 1GB max portainer volume size * Arch Linux Certificates Customization * Fixes ITISFoundation/osparc-simcore#7363 * fixes --------- Co-authored-by: Dustin Kaiser <[email protected]>
1 parent d515242 commit 10e154f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/graylog/data/contentpacks/osparc-custom-content-pack-v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@
623623
"configuration": {
624624
"grok_pattern": {
625625
"@type": "string",
626-
"@value": "log_level=%{WORD:log_level} \\| log_timestamp=%{TIMESTAMP_ISO8601:log_timestamp} \\| log_source=%{DATA:log_source} \\| (log_uid=%{WORD:log_uid} \\| )?log_msg=%{GREEDYDATA:log_msg}"
626+
"@value": "log_level=%{WORD:log_level} \\| log_timestamp=%{TIMESTAMP_ISO8601:log_timestamp} \\| log_source=%{DATA:log_source} \\| (log_uid=%{WORD:log_uid} \\| (log_oec=%{WORD:log_oec} \\| )?log_msg=%{GREEDYDATA:log_msg}"
627627
},
628628
"named_captures_only": {
629629
"@type": "boolean",

0 commit comments

Comments
 (0)