top | item 42932022

Search logs faster than Sonic – Log search engine internals

17 points| tontinton | 1 year ago |blog.vegasecurity.com

5 comments

order

duckuks|1 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|1 year ago

Learn about the data structures & algorithms that make up modern log search engines like Elasticsearch.

Shay267|1 year ago

Log formatting is probably most important than figuring out how to search logs.

Grep has worked well for me so far

itaibennatan|1 year ago

I just ran ripgrep on a few million logs and was amazed at how fast it was. Fascinating read!