私は自分の場所にデータセンターのようなセットアップをしました。したがって、基本的には、フィルターパラメーターを使用してデータセンター名を含める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