Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance issue - high load #17

Open
joschi99 opened this issue Jun 29, 2018 · 1 comment
Open

Performance issue - high load #17

joschi99 opened this issue Jun 29, 2018 · 1 comment
Assignees

Comments

@joschi99
Copy link

On logstash 6.2.4 we are parsing events with CIDR

        cidr {
          address => [ "%{IPAddress]}" ]
          network_path => "/etc/logstash/dictionaries/CIDR.yaml"
          add_tag => [ "tagging" ]
        }

the dictionary file contains around 4.000 entries and we are parsing around 1.000 events/second. This cause a very high load on logstash. If we are parsing the same events without this command, the load goes from 3000 to 150.
Please note that we have lot of other parsing activities on the same events like different translates where the yaml file contains also around 4.000 events, but this parsing seem's not causing a high load

2018-06-28 10_05_20-root elastic1l__etc_logstash

We can reproduce the performance issue without problems. It would be nice to have a solution for this problem.

@joschi99
Copy link
Author

joschi99 commented Sep 2, 2018

Are there any news about this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants