Skip to content

After logstash restart, it takes about 10 minutes to encrypt the first message #22

@AndrewPanB

Description

@AndrewPanB

Problems: As title. Cipher is as follow:
cipher {
mode => "encrypt"
algorithm => "des-cbc"
iv_random_length => 8
key => "@CIPHER_KEY_TOKEN@"
source => "data"
target => "data"
#enable_metric => false
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions