Hi @Ammar, let me understand: is your issue that the search doesn't find any result or that the search finds results but you don't have any action? in the first case, you have to debug your search...
See more...
Hi @Ammar, let me understand: is your issue that the search doesn't find any result or that the search finds results but you don't have any action? in the first case, you have to debug your search: I see that you didn't used the index definition, if the index to use isn't in the default search path, you cannot find anything: index=your_index host=192.168.1.1 "DST=192.168.1.174"
| stats count AS Requests BY SRC
| sort -Requests
| where Requests>50 Then are you sure that in your logs you have a scring exaclty "DST=192.168.1.174"? this isn't a field definition used for the search: if you have the field DST (that usually is in lowercase!) you can use it without quotes. in the second case, you have to check the response actions configuration, which one did you configured? To be listed in the triggered alerts or to receive an email you have to configure this actions in the response actions, it isn't automatic by default. Ciao. Giuseppe