Hello All, I have an inputlookup csv file that contains a list of host and corresponding docker containers running on those hosts for my environment. I am trying to generate a report where I can report daily list of host+containers that have not sent any logs to splunk for that particular day. Stats count does not return 0 event count. I am trying to get something like below: Monday Tuesday Wednesday Thursday Friday host1-containerx host3-containerx host4-containerx. host5-containerx --- host1-containery host3-containery host5-containerx host2-containerz host3-containerz host1-containery host2-containerz I would appreciate any help 🙂 Thank you !!
... View more