example
i have one conf file
input{
'stdin'=>$sss
}
i want to input $sss via command line
example
logstash -f a.conf "value replace to $sss"
can possible in logstash conf ?
example
i have one conf file
input{
'stdin'=>$sss
}
i want to input $sss via command line
example
logstash -f a.conf "value replace to $sss"
can possible in logstash conf ?
If you are a Bourne shell user then you could do this using environment variables. I would expect that to work for bash or Korn shell users as well, but not csh.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.