I am trying to pass a null value to keystore. Logstash is not working and I am getting an error. Same configuration is working if it is not stored in a keystore and hard coded "". Error :
"Unable to configure plugins: Error while trying to retrieve secret urn:logstash㊙️v1:pos"
Version: 7.4.2 Operating System: Windows 10 This is the config file : input { file { path => "${path}" start_position => "${pos}" } } path and pos are already added in keystore. Does logstash-keystore can't have blank value. Is there any work-around to handle the issue ? Can we give a default value with keystore keys ?