Skip to content

Commit

Permalink
BUGFIX: Graylog cannot parse log_timestamp (#430)
Browse files Browse the repository at this point in the history
* Return removed staging CA for letsenrypt

* Fix missing $

* Remove PAYMENTS_AUTORECHARGE_DEFAULT_MIN_BALANCE

* Document Graylog overview

* Stop capturing traefik log_timestamp
  • Loading branch information
YuryHrytsuk authored Nov 13, 2023
1 parent 5ffc849 commit 72fead5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Binary file added services/graylog/GraylogWorkflow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions services/graylog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ make up
make down
```

## Graylog workflow overview
![Graylog workflow overview](./GraylogWorkflow.png)

## Configuration for graylog - The Principles

1. Create a GELF UDP INPUT
Expand Down
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 72fead5

Please sign in to comment.