Graylog2 / Graylog2/illuminate-documentation
Create fields for CPU, Memory, Disk space
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Many log sources are tied to a hardware like pFSense, Sophos, Fortigate and have matching logs about hardware utilization.
e.g Sophos for CPU and memory:
vendor_system_use
1.71%
vendor_user_use
3.38%
vendor_free
2194165760
vendor_unit
byte
vendor_used
1424752640
I would like to build a dashboard around these. The system_use could be cpu_used and could be a long (remove the %) so we can use the right dashboard features.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing how fields for hardware-utilization logs are currently defined, then compare the Sophos CPU, memory, and disk examples in this issue. Done should include fields that represent CPU usage without the percent sign and preserve the stated byte units for memory and disk values.
Written by the indexing model from the issue text.
Assessment
- Domain
- observability-sre
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100