<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How would I combine data in Splunk so I can view them on one page? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-would-I-combine-data-in-Splunk-so-I-can-view-them-on-one/m-p/630359#M218994</link>
    <description>&lt;P&gt;Hi i am new,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have 2 excel documents, one containing firewall logs and the other containing Sys logs. how would i combine the data in splunk so i can view them on one page&lt;/P&gt;
&lt;P&gt;I want to compare when the firewall&amp;nbsp; was used&amp;nbsp;(and its destination IP) to when FTP was used (from syslogs).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Fri, 10 Feb 2023 02:23:53 GMT</pubDate>
    <dc:creator>Chris231289</dc:creator>
    <dc:date>2023-02-10T02:23:53Z</dc:date>
    <item>
      <title>How would I combine data in Splunk so I can view them on one page?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-would-I-combine-data-in-Splunk-so-I-can-view-them-on-one/m-p/630359#M218994</link>
      <description>&lt;P&gt;Hi i am new,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have 2 excel documents, one containing firewall logs and the other containing Sys logs. how would i combine the data in splunk so i can view them on one page&lt;/P&gt;
&lt;P&gt;I want to compare when the firewall&amp;nbsp; was used&amp;nbsp;(and its destination IP) to when FTP was used (from syslogs).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 02:23:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-would-I-combine-data-in-Splunk-so-I-can-view-them-on-one/m-p/630359#M218994</guid>
      <dc:creator>Chris231289</dc:creator>
      <dc:date>2023-02-10T02:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: How would I combine data in Splunk so I can view them on one page?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-would-I-combine-data-in-Splunk-so-I-can-view-them-on-one/m-p/630387#M219003</link>
      <description>&lt;P&gt;This question is very broad, but combining data is at the very foundation of Splunk. &amp;nbsp;So, without specifics, suppose you have a sourcetype firewall (with firewall logs), and another sourcetype syslog (containing syslogs); suppose source IP in firewall logs is named dst_ip, and FTP server's IP is ftp_ip. &amp;nbsp;You didn't specify what combined result you want, so I'll just use a dumb example.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;sourcetype IN (firewall, syslog)
| eval ip_of_interest = coalesce(dst_ip, ftp_ip)
| bin span=5m _time
| stats values(sourcetype) as sources by ip_of_interest _time
| where mvcount(sources) &amp;gt; 1&lt;/LI-CODE&gt;&lt;P&gt;This will give you time periods when dst_ip and ftp_ip appeared in the same 5-minute time window.&lt;/P&gt;&lt;P&gt;Hope this helps&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 02:43:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-would-I-combine-data-in-Splunk-so-I-can-view-them-on-one/m-p/630387#M219003</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2023-02-10T02:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: How would I combine data in Splunk so I can view them on one page?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-would-I-combine-data-in-Splunk-so-I-can-view-them-on-one/m-p/630441#M219031</link>
      <description>&lt;P&gt;I'll add to what&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/33901"&gt;@yuanliu&lt;/a&gt;&amp;nbsp;said by pointing out that Splunk cannot ingest Excel files because they are not text.&amp;nbsp; You would have to save them as CSV files to load them into Splunk.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 13:06:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-would-I-combine-data-in-Splunk-so-I-can-view-them-on-one/m-p/630441#M219031</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2023-02-10T13:06:19Z</dc:date>
    </item>
  </channel>
</rss>

