How to set an Environment variable in Http_poller

Hi All,

I am trying to use Environment variable in http_poller in the Url part but not sure on how to do it and where it need to be configured
Can any one please let me know where i need to set the environment variable as i need to replace the Common base url with 'ADDRESS'

Ex:
input {
http_poller {
urls => {
test2 => {
method => get
url => "http://{ADDRESS}:8080/Fred.txt" url2 => "http://{ADDRESS}:8080/region/help/centre"
}
}

Address = 'https://teedeeudeu.com/help/region/'

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