<?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 Re: Importing Event Logs in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-import-event-logs-from-another-system-to-scan-on-my-local/m-p/622669#M216484</link>
    <description>&lt;P&gt;I did a one-time upload via the SplunkEnterprise webpage and followed the wizard.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Nov 2022 15:43:56 GMT</pubDate>
    <dc:creator>BabySplunk</dc:creator>
    <dc:date>2022-11-30T15:43:56Z</dc:date>
    <item>
      <title>How to import event logs from another system to scan on my local instance of Splunk?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-import-event-logs-from-another-system-to-scan-on-my-local/m-p/622619#M216461</link>
      <description>&lt;P&gt;Hello all! I am brand new to Splunk and have learned quite a bit so far from this forum, so thank you! With that being said, I am currently trying to import event logs from another system to scan on my local instance of Splunk. I've tried moving the EVTX files into my winevt directory, but that didn't work. I'm getting very frustrated and any help would be appreciated.&lt;/P&gt;
&lt;P&gt;-BabySplunk&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 16:26:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-import-event-logs-from-another-system-to-scan-on-my-local/m-p/622619#M216461</guid>
      <dc:creator>BabySplunk</dc:creator>
      <dc:date>2022-12-01T16:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Event Logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-import-event-logs-from-another-system-to-scan-on-my-local/m-p/622626#M216465</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/251772"&gt;@BabySplunk&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;EVTX are encrypted, you need to use the connector that Splunk developed and it's in the Splunk_TA_Windows (&lt;A href="https://splunkbase.splunk.com/app/742" target="_blank"&gt;https://splunkbase.splunk.com/app/742&lt;/A&gt;).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;For more infos you can see at &lt;A href="https://docs.splunk.com/Documentation/Splunk/9.0.2/Data/Usingforwardingagents" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.0.2/Data/Usingforwardingagents&lt;/A&gt; and &lt;A href="https://www.splunk.com/en_us/resources/videos/getting-data-into-windows.html" target="_blank"&gt;https://www.splunk.com/en_us/resources/videos/getting-data-into-windows.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can also find many interesting videos in the Splunk YouTube Channel.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2022 13:14:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-import-event-logs-from-another-system-to-scan-on-my-local/m-p/622626#M216465</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-11-30T13:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Event Logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-import-event-logs-from-another-system-to-scan-on-my-local/m-p/622649#M216475</link>
      <description>&lt;P&gt;I decided to convert them to CSV to make it a bit easier. I followed the video you linked, but now I'm getting no results returned via search.&lt;/P&gt;&lt;P&gt;Here's my search string:&lt;/P&gt;&lt;P&gt;source="filename.csv" sourcetype="csv" | search EventCode=4624 | table _time, Account_Name, Message&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2022 14:42:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-import-event-logs-from-another-system-to-scan-on-my-local/m-p/622649#M216475</guid>
      <dc:creator>BabySplunk</dc:creator>
      <dc:date>2022-11-30T14:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Event Logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-import-event-logs-from-another-system-to-scan-on-my-local/m-p/622653#M216477</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/251772"&gt;@BabySplunk&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;at first use always the index value in searches because you index could not be in the default path and probably this is your issue.&lt;/P&gt;&lt;P&gt;then check the EventCode field: field names in Splunk are Case sensitive.&lt;/P&gt;&lt;P&gt;Then you don't need to use the search command, put the search conditons as left as possible:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=your_index source="filename.csv" sourcetype="csv" EventCode=4624 
| table _time Account_Name Message&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2022 14:55:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-import-event-logs-from-another-system-to-scan-on-my-local/m-p/622653#M216477</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-11-30T14:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Event Logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-import-event-logs-from-another-system-to-scan-on-my-local/m-p/622655#M216478</link>
      <description>&lt;P&gt;Thanks for your help, but I'm still returning no results.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2022 15:02:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-import-event-logs-from-another-system-to-scan-on-my-local/m-p/622655#M216478</guid>
      <dc:creator>BabySplunk</dc:creator>
      <dc:date>2022-11-30T15:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Event Logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-import-event-logs-from-another-system-to-scan-on-my-local/m-p/622658#M216480</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/251772"&gt;@BabySplunk&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;how do you indexed these csv files?&lt;/P&gt;&lt;P&gt;in which index did you stored them?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2022 15:12:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-import-event-logs-from-another-system-to-scan-on-my-local/m-p/622658#M216480</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-11-30T15:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Event Logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-import-event-logs-from-another-system-to-scan-on-my-local/m-p/622661#M216481</link>
      <description>&lt;P&gt;The index is titled "main"&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2022 15:37:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-import-event-logs-from-another-system-to-scan-on-my-local/m-p/622661#M216481</guid>
      <dc:creator>BabySplunk</dc:creator>
      <dc:date>2022-11-30T15:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Event Logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-import-event-logs-from-another-system-to-scan-on-my-local/m-p/622666#M216483</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/251772"&gt;@BabySplunk&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;it isn't a best prectice to use the default index "main"!&lt;/P&gt;&lt;P&gt;Anyway, how did you ingested these files?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2022 15:42:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-import-event-logs-from-another-system-to-scan-on-my-local/m-p/622666#M216483</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-11-30T15:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Event Logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-import-event-logs-from-another-system-to-scan-on-my-local/m-p/622669#M216484</link>
      <description>&lt;P&gt;I did a one-time upload via the SplunkEnterprise webpage and followed the wizard.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2022 15:43:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-import-event-logs-from-another-system-to-scan-on-my-local/m-p/622669#M216484</guid>
      <dc:creator>BabySplunk</dc:creator>
      <dc:date>2022-11-30T15:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Event Logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-import-event-logs-from-another-system-to-scan-on-my-local/m-p/622670#M216485</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/251772"&gt;@BabySplunk&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;at the end of the guided procedure, you can search Data, have you results?&lt;/P&gt;&lt;P&gt;ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2022 15:45:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-import-event-logs-from-another-system-to-scan-on-my-local/m-p/622670#M216485</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-11-30T15:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Event Logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-import-event-logs-from-another-system-to-scan-on-my-local/m-p/622671#M216486</link>
      <description>&lt;P&gt;No results.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2022 15:53:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-import-event-logs-from-another-system-to-scan-on-my-local/m-p/622671#M216486</guid>
      <dc:creator>BabySplunk</dc:creator>
      <dc:date>2022-11-30T15:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Event Logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-import-event-logs-from-another-system-to-scan-on-my-local/m-p/622761#M216503</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/251772"&gt;@BabySplunk&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;this means that the ingestion procedure failed and you didn't uploaded your data.&lt;/P&gt;&lt;P&gt;During the guided procedure, you can check the timestamp recognition and the fields recognition, do you correctly see them?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 07:32:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-import-event-logs-from-another-system-to-scan-on-my-local/m-p/622761#M216503</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-12-01T07:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Event Logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-import-event-logs-from-another-system-to-scan-on-my-local/m-p/622885#M216553</link>
      <description>&lt;P&gt;Yes, I see them and my data is now populating but when I complete the upload and attempt a search, I'm still getting "no results found".&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 19:47:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-import-event-logs-from-another-system-to-scan-on-my-local/m-p/622885#M216553</guid>
      <dc:creator>BabySplunk</dc:creator>
      <dc:date>2022-12-01T19:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Event Logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-import-event-logs-from-another-system-to-scan-on-my-local/m-p/622896#M216555</link>
      <description>&lt;P&gt;Check the time range of your search. If you import data from the past you might be simply searching over wrong time range which by default is some time "backwards" from now (like last 24h).&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2022 20:03:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-import-event-logs-from-another-system-to-scan-on-my-local/m-p/622896#M216555</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2022-12-01T20:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Event Logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-import-event-logs-from-another-system-to-scan-on-my-local/m-p/622956#M216574</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/251772"&gt;@BabySplunk&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;using the guided procedure, check if the timestamp is correctly read because if you're using a date in european format (dd/mm/yyy), until the 11th of the month, Splunk read it in american format (mm/dd/yyy) and maybe your data were ingested but with the wrong timestamp.&lt;/P&gt;&lt;P&gt;You can check this searching your data with timestamp 01/12/2022 at the 12th of January 2022.&lt;/P&gt;&lt;P&gt;If this is the issue, you have to force the correct TIME_FORMAT in sourcetype.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2022 06:56:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-import-event-logs-from-another-system-to-scan-on-my-local/m-p/622956#M216574</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-12-02T06:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Importing Event Logs</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-import-event-logs-from-another-system-to-scan-on-my-local/m-p/623043#M216601</link>
      <description>&lt;P&gt;I have it showing results now, but the table header tags that I typically use with my forwarded data is not matching up in the CSV import. For instance, I normally use "| table _time,Account_Name,Message,EventCode" but nothing matches from the CSV import. It reads as "Event ID" instead of EventCode and "EXTRA_FIELD_" instead of Message and "Account_Name" returns no results.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2022 15:45:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-import-event-logs-from-another-system-to-scan-on-my-local/m-p/623043#M216601</guid>
      <dc:creator>BabySplunk</dc:creator>
      <dc:date>2022-12-02T15:45:49Z</dc:date>
    </item>
  </channel>
</rss>

