LogSearchX
Chain and search massive datasets
What it does
LogSearchX gives technical teams powerful AND/OR/NOT query chaining, multi-file correlation, regex search, and investigation filters — all from a fast, offline desktop workstation.
SIEMs are built to collect and monitor. LogSearchX is built to help security analysts deep-investigate security telemetry. Chain AND / OR / NOT conditions across your data using powerful field-level operators. No SQL. No query language to learn. Build complex investigations by combining multiple conditions with AND, OR, and NOT logic. Use field-level operators to precisely narrow, expand, and exclude results without writing SQL. Load multiple security datasets and investigate related activity across different sources to uncover connections between users, IPs, hosts, processes, domains, and other security telemetry. Go beyond keyword searches with regular expressions for IOC hunting, pattern…from logsearchx.com
Does the same job
all alternatives →- HOHyperDX – open-source dev-friendly Datadog alternative2023 · github.com · ▲722
Hi HN, Mike and Warren here! We've been building HyperDX (hyperdx.io). HyperDX allows you to easily search and correlate logs, traces, metrics (alpha), and session replays all in one place. For example, if a user reports a bug “this button doesn't work," an engineer can play back what the user was doing in their browser and trace API calls back to the backend logs for that specific request, all from a single view. Github Repo: https://github.com/hyperdxio/hyperdx Coming from an observability nerd background, with Warren being SRE #1 at his last startup and me previously…
- OSOpen-source Kibana alternative for logs and traces in ClickHouse2024 · github.com · ▲125
Hi HN, Mike and Warren here! We're excited to share some (early) work towards our next major version of HyperDX. HyperDX makes it easy to visualize/search logs & traces on top of Clickhouse (so incident & bug investigations hopefully go by a little easier). For example, if a team is thinking of migrating to Clickhouse for their observability data warehouse [1][2][3] usually due to cost or data privacy reasons, they can easily throw HyperDX on top to do the UI layer for analysis and dashboarding in a dev-friendly way (aka not needing to type paragraphs of SQL to find some logs) Over the…

- LOLogsQL – opinionated query language for logs2024 · docs.victoriametrics.com · ▲61
I don't like the existing query languages for Elasticsearch and Grafana Loki, because they are too awkward to use for typical logs' investigation cases. So I designed new query language - LogsQL - and wrote reference implementation for it as a part of VictoriaLogs - an open source database for logs. LogsQL is based on the following principles: - Simplicity. It is easy to write typical queries over logs in it. For example, a single word `error` is a valid LogsQL query, which returns all the logs with the `error` word. Another example is `_time:5m error`, which returns all the logs with the…

More growth this month
the category →
Browzer▲427Put your technical content on autopilot Discussion | Link
Growth · 14d ago · producthunt.com
AstraPixels▲267A pixel-art solar system at its real current positions.
Growth · 29d ago · astrapixels.com
Launched alongside, August 2026
the whole month →- TL
Life & fun · 10d ago · louisabraham.github.io


- SA
Hello HN! I found that picking out plausible but diverse skin tones for my digital art and game development projects was kind of difficult, and I got curious about if there was a way to define a color space that made it easy. I've built a color picker and procedural generation algorithm based on the space as well as a bunch of other fun js features and demos throughout the page that use the equations. If you find it interesting, I have lots of explanations of how I built it and what properties the space has. The methodology might be a bit shaky, but hopefully the result is as helpful for…
Life & fun · Aug 2026 · toneyalexander.github.io


I trained a 125M-parameter transformer to autocomplete piano performances in real time (~108 notes/sec on an iPhone 15). The idea is basically GitHub Copilot or Tabnine, except instead of prompting it with code, you prompt it by playing a few notes on a MIDI piano. The model then continues what you played, entirely on-device. The app is free if anyone wants to try it. Happy to answer questions about the model, training, Core ML, or the many things that didn't work.
AI · 17d ago · simedw.com