I want to change the label to simple string like "
About to send heartbeat from server to agent 192.168.2.217 21 172.168.1.135 i.e the actual value of ip_log.keyword,i am trying the below but it doesn't seem to be working,please help
.es(index="agentlogs30",timefield="log_day",split=ip_log.keyword:19,q="agentIpAddress:192.168.2.217" ).label("my very own static text [$1]","^.* > ip_log.keyword:(\S+) > .*")