Graylog2 / Graylog2/graylog2-server
Logfiles should contain source IP address
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
## What?
At the moment when an error occur, it will be written in the logs, but we don't see from which device. So it would be nice if we can add the IP address which cause this issue.
Here an example where it be very usefull to see which server cause this error:
```
2021-08-03T16:45:10.364+02:00 ERROR [CsvConverter] Different number of columns in CSV data (5) and configured field names (6). Discarding input
```
## Why?
So it would be nice if we can add the IP address which cause this issue. In a large enviroment it can be hard to find out which server cause this error.
## Your Environment
* Graylog Version: 3.0.2
* Elasticsearch Version: 6.8.16
* MongoDB Version: 4.0.25
* Operating System: Debian 9.13
* Browser version: 78.12.0esr
Contributor guide
Assessment
This issue has not been assessed yet.