Can i combine search and http in input for watcher ? I have 5 network devices sending logs to my elastic. They each are supported by 5 different teams. I m trying to write one watcher which would search for a desired error string in those indexes and upon successful search result , it needs to make a get call to my api where i have stored contact details , get the contact detail i.e email address of team and use that value in action for sending an email .
is it possible to do what i m trying ?