Ask HN: When do you index your logs?

https://news.ycombinator.com/item?id=5833604
by redcircle • 13 years ago
4 1 13 years ago

Do you write your log-worthy events to a file, and then parse them when you need to analyze them (e.g., Splunk); or do you write the structured event to a structured data store, such as a SQL database, which maintains indices in real time? Both approaches can be configured to perform the parsing and indexing on a remote node.

Related Stories

Loading related stories...

Source preview

news.ycombinator.com