Search logs faster than Sonic – Log search engine internals blog.vegasecurity.com 17 points by tontinton a year ago
duckuks a year ago Great breakdown of data structures like Tries, FSTs, and DAWGs for log search! How do these compare in terms of memory usage and update performance? Awesome read!
tontinton a year ago Learn about the data structures & algorithms that make up modern log search engines like Elasticsearch.
Shay267 a year ago Log formatting is probably most important than figuring out how to search logs.Grep has worked well for me so far
itaibennatan a year ago I just ran ripgrep on a few million logs and was amazed at how fast it was. Fascinating read!
Great breakdown of data structures like Tries, FSTs, and DAWGs for log search! How do these compare in terms of memory usage and update performance? Awesome read!
Learn about the data structures & algorithms that make up modern log search engines like Elasticsearch.
Log formatting is probably most important than figuring out how to search logs.
Grep has worked well for me so far
I just ran ripgrep on a few million logs and was amazed at how fast it was. Fascinating read!
Seems super cool.