Giter Club home page Giter Club logo

Comments (3)

robcowart avatar robcowart commented on June 1, 2024

The developer of the Netflow codec for Logstash provides the following guidance:

For high-performance production environments the configuration below will decode up to 15000 flows/sec on a dedicated 16 CPU instance. If your total flowrate exceeds 15000 flows/sec, you should use multiple Logstash instances.

This used to be:

For high-performance production environments the configuration below will decode up to 6000 flows/sec on an 8 CPU instance. If your total flowrate exceeds 6000 flows/sec, you should use multiple Logstash instances.

On my quad-core laptop using the ElastiFlow pipeline I can process 4000-5000 flows/sec, which is inline with, maybe even a bit better than, the guidance above.

Ultimately you will have to test in your environment. It is however worth mentioning that the ElastiFlow pipeline is designed to lookup ONLY those IP addresses which are part of the public address space (as determined by a CIDR filter). There is no GeoIP lookup for flows that are from private IP to private IP. If your traffic patterns involve a lot of external traffic, then the penalty of the GeoIP lookups may be more noticeable.

from elastiflow.

bluefangs avatar bluefangs commented on June 1, 2024

Thanks for the quick reply!

from elastiflow.

geertn444 avatar geertn444 commented on June 1, 2024

FYI: I am running Logstash (Elastiflow) on a VM, 4 vCPU of 2.3Ghz, using htop i am seeing 100% cpu on all 4 CPU (mainly from logstash), but strangely my "thoughput" goes from 1250 - 2000 flows/second depending on time of day. I have relatively many public ips, so i disabled geoip lookup (commenting out postprocessing)

from elastiflow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.