我在我的地方有一个数据中心的设置。所以基本上我正在创建一个logstash conf文件,它将使用过滤器参数来包含数据中心名称
for eg:-
10.21.53.x :- APP1 {10.21.53. belongs to APP1 datacenter and so on}
10.92.252.x :- APP2
10.23.252.x :- APP3
I am trying to write an erb template where
>>if the ip address matches "10.21.53.x" the variable should be set as APP1
>>if the ip address matches "10.92.252.x" the variable should be set as APP2
>>if the ip address matches "10.23.252.x" the variable should be set as APP3