|
|
|
Ask HN: When do you index your logs?
|
|
4 points
by redcircle
4754 days 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. |
|