Performance degraded after enabling x-pack security via logstash data ingestion into elasticsearch 6.8.0

Hi Team,

Recently we have migrated from ELK 5.5.x to ELK 6.8.x.
If we run logstash configuration file without x-pack basic security, then we are getting good performance.

But if we enable x-pack basic security and add security related parameters in logstash conf file, then performance goes down and data ingestion process running very slow.
Below snippet we have added in input plugin -

elasticsearch {
hosts => [@logstash_elastic_hosts@]
user => "@logstash-security-user@"
password => "@logstash-security-pswd@"
}

same is for filter and output plugin.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.