mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-26 01:25:55 +03:00
[GH-ISSUE #126] Meta-data #102
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/log.io-NarrativeScience-old#102
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vmadman on GitHub (Aug 17, 2014).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/126
We use Log.io as a debugging utility for our Logstash (and soon, probably node-logstash) configurations. It's helpful to be able to see Logstash parsing results in real-time when trying to find where the chain is being disrupted.
Logstash's event format is JSON, and allows for an unlimited amount of metadata. For example, I can give an event a "hostname" field, or add tags such as "syslog" and "node-js-process".
Does Log.io currently offer an elegant way to expose message meta? Does @muchweb 's fork?
If no to both, has anyone else considered this? I'd gladly consider coding it myself if its likely that my pull request would be accepted.
Thanks,
Luke