#logsql — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #logsql, aggregated by home.social.
-
If you’re a developer getting started with @victoriametrics make sure to check out its rich playgrounds. I’ve put together a curated list with updated GitHub repos and docs: https://dev.to/didiviking/victoriametrics-playgrounds-any-dev-should-try-in-2026-44fm
#logsql #victoriametrics
#victorialogs #victoriatraces @victoriametrics -
📈 #LogsQL query language provides fast full-text search, advanced analytics, and data extraction/transformation at query time. Can be combined with Unix tools like grep, less, sort, and jq for log analysis.
🎯 Optimized for high cardinality fields like trace_id, user_id, and ip addresses. Supports logs with hundreds of fields (wide events), multitenancy, out-of-order ingestion, live tailing, and surrounding log context selection.
-
📊 #VictoriaLogs - Fast #opensource log database from #VictoriaMetrics using 30x less RAM & 15x less disk than #Elasticsearch and #Loki. Handles terabytes of logs efficiently with the powerful #LogsQL query language. Available in single-node and cluster mode. #observability #devops #logging
🧵 👇
-
📊 #VictoriaLogs - Fast #opensource log database from #VictoriaMetrics using 30x less RAM & 15x less disk than #Elasticsearch and #Loki. Handles terabytes of logs efficiently with the powerful #LogsQL query language. Available in single-node and cluster mode. #observability #devops #logging
🧵 👇
-
Yeah, #logsql is kind of amazing. I haven't seen many be able to do join syntax for logs that makes sense.
I'm pretty sure #victorialogs is my logs server now. I'm having actual fun slicing through logs. Send help! 😅
https://docs.victoriametrics.com/victorialogs/logsql/#join-pipe
-
Also, doesn't help that I'm getting fairly quickly productive with its #logsQL. I more than familiar with #Loki and #ElasticSearch for these things, but #victorialogs really does feel a bit easy to understand how to query and filter.
Though once I have like a month with it, I will likely find the short cases that breaks this love and question why not use SQL. 😝