Yeti Alternatives

Similar projects and alternatives to yeti based on common topics and language

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better yeti alternative or higher similarity.

yeti reviews and mentions

Posts with mentions or reviews of yeti. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-21.
  • Ask HN: SIEM-like product with DNS as its data API?
    3 projects | news.ycombinator.com | 21 Aug 2022
    Hello, author here. That's a database driven DNS server alright. (Bonus: it's got a web admin interface.) There are DNS implementations with various backends; that's kind of the point.

    I'm not sure that a mainstream SQL database is really a good target for network telemetry and e.g. access logging artifacts. Not talking about a time stream database either. There is an architecture here, and it's predicated on not collecting "all the things" in a central place.

    Example: In this model, a service / server you're monitoring might have a couple of Redis keys which get incremented every time there's a successful or unsuccessful login. Maybe there's a redis hashkey with fails for individual accounts too.

    There might be a graph somewhere of the login / attempt rates. It would query the summary redis keys (via the DNS) once a minute (doing whatever it needs to keep historical datapoints for however long they're needed).

    If the rate skyrockets, maybe the hashkey with account-level granularity is consulted but most of the time it wouldn't be.

    There might also be a Zabbix alarm somewhere querying the same keys, and if a threshold setting is exceeded, then an alarm is sent.

    It's pull, not push. It's easy enough to write something to make the periodic queries and post them to e.g. ElasticSearch and graph it with Kibana.

    So the question concerns the SIEM part. Something like Splunk is married to its database (their pricing model is based on how much data you want to put into that database). Something like the Yeti Threat Intelligence Platform (TIP) (https://github.com/yeti-platform/yeti) comes with the ability to manage and orchestrate a large number of periodic or event-driven tasks and therefore has the capability to generate the periodic DNS queries; it's been a few years, but its graphing capabilities didn't compare to ELK when I looked at it.

    There's a lot of overlap with SCADA as well. All of the necessary features I've mentioned can be assembled from open source projects.

    Is there some SIEM, TIP or Ops product out there, with an active userbase, which has the periodic task capability, alarming, and graphing?

Stats

Basic yeti repo stats
2
1,609
9.7
3 days ago

yeti-platform/yeti is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of yeti is Python.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com