Skip to content

Commit

Permalink
Stop capturing traefik log_timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
YuryHrytsuk committed Nov 13, 2023
1 parent 612121e commit 5319a6d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"v": "1",
"id": "dfaeea11-bde6-4203-9cfe-6ca2a23ca22e",
"rev": 41,
"rev": 42,
"name": "osparc-custom-content-pack-v2",
"summary": "osparc-custom-content-pack-v2",
"description": "",
Expand Down Expand Up @@ -668,7 +668,7 @@
"configuration": {
"grok_pattern": {
"@type": "string",
"@value": "time=\"%{TIMESTAMP_ISO8601:log_timestamp}\" level=%{WORD:log_level} msg=\"%{GREEDYDATA:log_msg}\""
"@value": "level=%{WORD:log_level} msg=\"%{GREEDYDATA:log_msg}\""
},
"named_captures_only": {
"@type": "boolean",
Expand Down

0 comments on commit 5319a6d

Please sign in to comment.