Getting Data In

How do you compare two CSV files?

hjsabdjahbd
Observer

I have two CSV files: vuln_10_2018 vuln_11_2018, both with the same fields.

I want to compare the files and create a table that shows the lines with the same results.

The fields "Host, Port, protocol, PID and CVE" are my key fields, and the search must be based in these fields to show the persistent results.

Can someone please help me?

0 Karma

hjsabdjahbd
Observer

I did with this query:

  • source="source that i am comparing" [search source="source that a want to compare" rest of the query creating a table] rest of the query with the result that a want.
0 Karma

martin_mueller
SplunkTrust
SplunkTrust

Assuming you have both files indexed,

source=vuln_10_2018 OR source=vuln_11_2018
| stats dc(source) as source_count by Host Port protocol PID CVE
| where source_count=2
0 Karma

dkeck
Influencer
0 Karma

hjsabdjahbd
Observer

It does not work, i do not want to show the differences, but the similarities.

0 Karma

hijacob
Communicator

Hi,

if you want to do it once and on a easy way you can use Excel...
https://www.mrexcel.com/forum/excel-questions/85861-comparing-two-excel-csv-documents.html

Greetings,
Jacob

0 Karma

hjsabdjahbd
Observer

No, I have to bring this visualization in a Splunk Dashboard.

0 Karma

hijacob
Communicator
0 Karma

hjsabdjahbd
Observer

I already tried this way, but it did not work 😕

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 ...