<?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: Need some topics to prepare for my splunk interview in #Random</title>
    <link>https://community.splunk.com/t5/Random/Need-some-topics-to-prepare-for-my-splunk-interview/m-p/341683#M423</link>
    <description>&lt;P&gt;Hi Rocky31, &lt;/P&gt;

&lt;P&gt;Can you tell us more about your Splunk experience and what role you are applying for? It will help direct you to relevant info. Have you completed any Splunk training? When you say Splunk interview, are you applying for a Splunk admin role? What kind of industry?&lt;/P&gt;

&lt;P&gt;Otherwise Google is your best friend. Review the Splunk docs especially the Architecting and Admin manuals.&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk"&gt;https://docs.splunk.com/Documentation/Splunk&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;And googling Splunk and syslog will yield plenty of material.&lt;/P&gt;

&lt;P&gt;Starcher's syslog blog us one of my favs:&lt;BR /&gt;
&lt;A href="http://www.georgestarcher.com/splunk-success-with-syslog/"&gt;http://www.georgestarcher.com/splunk-success-with-syslog/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 23 Apr 2017 23:39:31 GMT</pubDate>
    <dc:creator>mattymo</dc:creator>
    <dc:date>2017-04-23T23:39:31Z</dc:date>
    <item>
      <title>Need some topics to prepare for my splunk interview</title>
      <link>https://community.splunk.com/t5/Random/Need-some-topics-to-prepare-for-my-splunk-interview/m-p/341682#M422</link>
      <description>&lt;P&gt;Please help me out anyone, need these topics to learn.&lt;BR /&gt;
Onboarding&lt;BR /&gt;
syslog-ng&lt;BR /&gt;
architecture &lt;BR /&gt;
networking&lt;/P&gt;</description>
      <pubDate>Sun, 23 Apr 2017 23:17:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Random/Need-some-topics-to-prepare-for-my-splunk-interview/m-p/341682#M422</guid>
      <dc:creator>Rocky31</dc:creator>
      <dc:date>2017-04-23T23:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Need some topics to prepare for my splunk interview</title>
      <link>https://community.splunk.com/t5/Random/Need-some-topics-to-prepare-for-my-splunk-interview/m-p/341683#M423</link>
      <description>&lt;P&gt;Hi Rocky31, &lt;/P&gt;

&lt;P&gt;Can you tell us more about your Splunk experience and what role you are applying for? It will help direct you to relevant info. Have you completed any Splunk training? When you say Splunk interview, are you applying for a Splunk admin role? What kind of industry?&lt;/P&gt;

&lt;P&gt;Otherwise Google is your best friend. Review the Splunk docs especially the Architecting and Admin manuals.&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk"&gt;https://docs.splunk.com/Documentation/Splunk&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;And googling Splunk and syslog will yield plenty of material.&lt;/P&gt;

&lt;P&gt;Starcher's syslog blog us one of my favs:&lt;BR /&gt;
&lt;A href="http://www.georgestarcher.com/splunk-success-with-syslog/"&gt;http://www.georgestarcher.com/splunk-success-with-syslog/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Apr 2017 23:39:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Random/Need-some-topics-to-prepare-for-my-splunk-interview/m-p/341683#M423</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-04-23T23:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Need some topics to prepare for my splunk interview</title>
      <link>https://community.splunk.com/t5/Random/Need-some-topics-to-prepare-for-my-splunk-interview/m-p/341684#M424</link>
      <description>&lt;P&gt;Based on what you have advised, I would recommend spinning up your own environment in aws or in a home lab that allows you to start building up those hands on hours. &lt;/P&gt;

&lt;P&gt;I would recommend starting something simple like a non clustered deployment, focusing on ingesting as many data sources as you can get your hands on, deploying forwarders and managing them with the deployment server, and deploying a forwarder with syslog-ng to catch syslog and filter it to it's own directories. There are many articles online on how to do this with syslog-ng or rsyslog. (&lt;A href="https://www.splunk.com/blog/2016/03/11/using-syslog-ng-with-splunk/"&gt;https://www.splunk.com/blog/2016/03/11/using-syslog-ng-with-splunk/&lt;/A&gt;)&lt;/P&gt;

&lt;P&gt;Perhaps work toward Something like this :&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://i.imgur.com/4LX4ipX.png" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;The once you have played with that for a while, then level it up to a single site cluster (unless you know for sure that the job doesn't run a cluster, in that case spend more time playing in your topology above):&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://i.imgur.com/rIr2rk4.png" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;In this topology, you will focus on the indexer cluster, the cluster master and how replication and search factor work&lt;/P&gt;

&lt;P&gt;Then if you are feeling adventurous go for the multisite with a search head cluster:&lt;/P&gt;

&lt;P&gt;&lt;IMG src="http://i.imgur.com/h8yDtmv.png" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;All these adventures are chronicled in detail in Splunk Docs in the Deploy and Admin guides. I'd be reading that and trying the main topics constantly till the interview. &lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk"&gt;https://docs.splunk.com/Documentation/Splunk&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Spending time using the software is what will set you apart from others and give you confidence and experience to draw upon, so find a project you can really dig into as it will provide you with the experience that will impress. And don't neglect working with the data and the search language! The best Splunk admins are curious by nature and love to get to know their data. &lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2017 00:29:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Random/Need-some-topics-to-prepare-for-my-splunk-interview/m-p/341684#M424</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2017-04-24T00:29:45Z</dc:date>
    </item>
  </channel>
</rss>

