We have two jobs that run and produce a distinct log entry for each. I need to add a dashboard panel which monitors these jobs.
The success criteria is that at least one log exist for each job, so zero entries from one job and two from the other would not be a success, only >=1 for each. For this reason, I can't use an OR operator and include both conditions in the search. Oh, and the fields are not extracted.
How can I express this in a search and then in a dashboard panel which translates to something like "OK" or "2".
Thank you in advance for your time.
... View more