Alerting

How can I have multiple search results in one alert as joining with | gives only result of last search only?

sumit_it77
New Member

How can I have multiple search results in one alert as joining with multiple searches with | gives only result of last search only?

Tags (1)
0 Karma

DalJeanis
Legend

There are very many ways to add results together in splunk. The word join is only one of them, usually not the right one. Join is useful, assuming that there are specific fields in common and you want the information from the two different search parts moved together into a single record.

| append is useful for adding the results of a completely different search onto the end of the results of the current search. For alerts, this is probably what you want. Append has limits, both in terms of time and in terms of number of records that can be returned, but for alerts, you should not approach those limits.

| multisearch is useful for running several simultaneous searches, and has no limits on the number of records returned, but has limits on which commands are available. In general, only distributed streaming commands are allowed - commands that can be executed independently on each indexer. Once you get to the first aggregate command, transforming command, and so on, it has to be outside the multisearch structure. At your level, that is not going to get you anything, so you should consider this command a curiosity rather than a tool until you get pretty good at a mixed search (what I call the "splunk soup method").

Plain old mixed search is usually the best practice. There's a pretty good description of what, how and why here.

https://answers.splunk.com/answers/562855/extracting-timebased-information-from-multiple-joi-1.html

richgalloway
SplunkTrust
SplunkTrust

It's hard give a good answer with so little information. Post your current query and we'll try to help.
The join and append commands can be used to combine search results.

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...