<?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: What is the best architecture setup to handle multiple log sources and apply all data to specific field headers? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-architecture-setup-to-handle-multiple-log/m-p/242084#M46924</link>
    <description>&lt;P&gt;Hi Hunter,&lt;/P&gt;

&lt;P&gt;Thank you for the response. I should clarify that I'm more-so a newbie with administration and data handling, rather than being a user of Splunk and its resources within the web interface. &lt;/P&gt;

&lt;P&gt;I have a bit better grasp on how the architecture will be setup. I do have a question about data ingestion though. Can you point me in the right direction if I want to accomplish the following tasks:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;I want to receive data from a Cisco ASA FW for VPN logging purposes. This data comes in with different formats depending on the VPN log. &lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;I want to have each uniquely formatted VPN log indexed as a separate sourcetype. How is this possible and where do I start making config changes to accomplish this?&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Furthermore, I want to ingest more VPN data from another Cisco ASA FW but I need to tag this data in a way that it is separate from the first Cisco FW. I'd prefer to have it tagged with a custom ID, rather than differentiating by the 'host' or 'source' field. If this is done through specific config files, can you point out which ones and which locations?&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Thank you!&lt;/P&gt;

&lt;P&gt;Bobby&lt;/P&gt;</description>
    <pubDate>Wed, 18 Jan 2017 22:26:12 GMT</pubDate>
    <dc:creator>bbyttn</dc:creator>
    <dc:date>2017-01-18T22:26:12Z</dc:date>
    <item>
      <title>What is the best architecture setup to handle multiple log sources and apply all data to specific field headers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-architecture-setup-to-handle-multiple-log/m-p/242082#M46922</link>
      <description>&lt;P&gt;Hello - as you may see by my account status, I'm a complete newbie to Splunk.&lt;/P&gt;

&lt;P&gt;I apologize for any confusion or use of incorrect terminology. Here's my questions as I've written them down along my journey.&lt;/P&gt;

&lt;P&gt;What is the best architecture setup to handle multiple log sources and apply all data to specific field headers? I ask this knowing that I want to first define the fields I want. These fields will be able to cover the vast of incoming log sources, but I know some fields will be null, and that’s ok.&lt;/P&gt;

&lt;P&gt;I need this data to be under its respective field at index time ( I think? ), the reason is because I need the data NOT only viewable in the Splunk Web but also need it defined/assigned correctly on the backend for further and separate processing.&lt;/P&gt;

&lt;P&gt;Do I need multiple indexers? If so, how do I go about setting this up (step by step please)?&lt;BR /&gt;
How do I connect a multi system Splunk architecture? tutorial reference should be fine.&lt;BR /&gt;
How do I ensure specific data is assigned to specific field headers?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 17:02:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-architecture-setup-to-handle-multiple-log/m-p/242082#M46922</guid>
      <dc:creator>bbyttn</dc:creator>
      <dc:date>2017-01-18T17:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best architecture setup to handle multiple log sources and apply all data to specific field headers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-architecture-setup-to-handle-multiple-log/m-p/242083#M46923</link>
      <description>&lt;P&gt;Hi bbyttn, &lt;/P&gt;

&lt;P&gt;You can ingest many different types of logs on a single indexer, and the beauty of Splunk is that you don't need to define your fields ahead of time. Only a few basic fields such as source, sourcetype, host, and time are captured at indexed time, and all other fields can be extracted on-the-fly at search-time.  &lt;/P&gt;

&lt;P&gt;To understand index time vs. search time, please refer to documentation here: &lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.1/Indexer/Indextimeversussearchtime"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.1/Indexer/Indextimeversussearchtime&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;This section gives you an overview of how data moves through Splunk deployments - the data pipeline: &lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.1/Deploy/Datapipeline"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.1/Deploy/Datapipeline&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The Search Tutorial may be a good way to get started with using Splunk. &lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.1/SearchTutorial/WelcometotheSearchTutorial"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.1/SearchTutorial/WelcometotheSearchTutorial&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Hope this helps. Thanks! &lt;BR /&gt;
Hunter &lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 18:03:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-architecture-setup-to-handle-multiple-log/m-p/242083#M46923</guid>
      <dc:creator>hunters_splunk</dc:creator>
      <dc:date>2017-01-18T18:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best architecture setup to handle multiple log sources and apply all data to specific field headers?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-architecture-setup-to-handle-multiple-log/m-p/242084#M46924</link>
      <description>&lt;P&gt;Hi Hunter,&lt;/P&gt;

&lt;P&gt;Thank you for the response. I should clarify that I'm more-so a newbie with administration and data handling, rather than being a user of Splunk and its resources within the web interface. &lt;/P&gt;

&lt;P&gt;I have a bit better grasp on how the architecture will be setup. I do have a question about data ingestion though. Can you point me in the right direction if I want to accomplish the following tasks:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;I want to receive data from a Cisco ASA FW for VPN logging purposes. This data comes in with different formats depending on the VPN log. &lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;I want to have each uniquely formatted VPN log indexed as a separate sourcetype. How is this possible and where do I start making config changes to accomplish this?&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Furthermore, I want to ingest more VPN data from another Cisco ASA FW but I need to tag this data in a way that it is separate from the first Cisco FW. I'd prefer to have it tagged with a custom ID, rather than differentiating by the 'host' or 'source' field. If this is done through specific config files, can you point out which ones and which locations?&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Thank you!&lt;/P&gt;

&lt;P&gt;Bobby&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2017 22:26:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/What-is-the-best-architecture-setup-to-handle-multiple-log/m-p/242084#M46924</guid>
      <dc:creator>bbyttn</dc:creator>
      <dc:date>2017-01-18T22:26:12Z</dc:date>
    </item>
  </channel>
</rss>

