logging - Viewing and analysing JSON log files -


i have few json-based log files (all in same format) view , analyse in consolidated way.

i.e., first i'd view entries files @ once, sorted timestamp (or arbitrary other criterion, such category, id, ... whatever).

next, i'd able filter entries, including full-text search.

last not least, interesting analyse logs automatically. things such as: event x happens within 5 seconds after event y (but software shall automatically detect this, , point out anomalies).

is there software can recommend? ideally, should web-application, desktop app os x fine.

upload files loggly, or push them logstash. both provide rich query language.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

php - MySQLi multi_query results for later use -