Reporting

How can I put two search results into one report?

zeaxodarap
Explorer

I want to build a report which can show the result of two fields from different searches?Can splunk do that? Thank u for any advice.

Tags (1)

bwooden
Splunk Employee
Splunk Employee

Yes. You may use the append command to append results of another search. Here is an unimaginative example of appending the results of a search for one source with the results of a search for another (ignoring the fact that this could be done in one search):

index=_internal source=*metrics| append [search index=_internal source=*access.log] | stats count by source

zeaxodarap
Explorer

Thank u very much

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...