<?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 Need more training with Searching in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Need-more-training-with-Searching/m-p/581029#M202425</link>
    <description>&lt;P&gt;Good Afternoon,&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I've recently been hired on as a Splunk admin/analyst.&amp;nbsp; The scope of my job really relies on my being able to know how to look things up in the search box.&amp;nbsp; I really need to get proficient in knowing how to search for things after loading my data/files.&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So my question is this- Where can I go to get some more hands on practice to better my SPL (Splunk search) skills.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Jan 2022 21:49:53 GMT</pubDate>
    <dc:creator>Ab_Splunk</dc:creator>
    <dc:date>2022-01-13T21:49:53Z</dc:date>
    <item>
      <title>Need more training with Searching</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Need-more-training-with-Searching/m-p/581029#M202425</link>
      <description>&lt;P&gt;Good Afternoon,&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I've recently been hired on as a Splunk admin/analyst.&amp;nbsp; The scope of my job really relies on my being able to know how to look things up in the search box.&amp;nbsp; I really need to get proficient in knowing how to search for things after loading my data/files.&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So my question is this- Where can I go to get some more hands on practice to better my SPL (Splunk search) skills.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 21:49:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Need-more-training-with-Searching/m-p/581029#M202425</guid>
      <dc:creator>Ab_Splunk</dc:creator>
      <dc:date>2022-01-13T21:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need more training with Searching</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Need-more-training-with-Searching/m-p/581037#M202428</link>
      <description>&lt;P&gt;I assuming you have some Splunk knowledge if you have been hired as a Splunk admin/analyst...&lt;/P&gt;&lt;P&gt;Other than formal, paid for training, the Splunk Answers community has a good repository of knowledge in its answers. The Splunk Slack usergroup also has a 'search-help' channel&lt;/P&gt;&lt;P&gt;&lt;A href="https://splunk-usergroups.slack.com/archives/CD8B6F65Q" target="_blank"&gt;https://splunk-usergroups.slack.com/archives/CD8B6F65Q&lt;/A&gt;&lt;/P&gt;&lt;P&gt;As you are likely to have real data to play with, probably a good way to go is to ask yourself some questions about what you would like to find out from that data and how you would like to visualise it and set about solving those examples.&lt;/P&gt;&lt;P&gt;Some basic things to start with&lt;/P&gt;&lt;P&gt;Arm yourself with the list of commands you have available&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.4/SearchReference/ListOfSearchCommands" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.4/SearchReference/ListOfSearchCommands&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Know that you will need to know about regular expressions to use the 'rex' command&lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/8.2.4/SearchReference/Rex" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/8.2.4/SearchReference/Rex&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The eval command is a Swiss Army knife and you will almost always use it for something&lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/8.2.4/SearchReference/Eval" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/8.2.4/SearchReference/Eval&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Note that eval is simply a way to use a wide range of functions, e.g. rounding numbers, playing with time and field manipulation.&lt;/P&gt;&lt;P&gt;stats and timechart are probably the most frequently used aggregation commands&lt;/P&gt;&lt;P&gt;Always make your search as specific as possible to make the amount of data you are processing as small as possible.&lt;/P&gt;&lt;P&gt;Google will give you tons of examples of how to search.&lt;/P&gt;&lt;P&gt;Know how to use subsearches - these are useful&lt;/P&gt;&lt;P&gt;Learn about lookups&lt;/P&gt;&lt;P&gt;As an admin, you should know about using tstats, for an efficient way to search types of data&lt;/P&gt;&lt;P&gt;And forget the concept of SQL 'join' if you come from a SQL background. It's a rare case when you have to use join to search - there are almost always more efficient ways of performing the same task.&lt;/P&gt;&lt;P&gt;And remember, with Splunk search, there is ALWAYS more than one way to get to the same answer - some ways are more efficient than others, so don't wonder too hard that you have done it the 'right' way.&lt;/P&gt;&lt;P&gt;Capture your search snippets somewhere - it's easy to forget how to use a command unless you use it regularly, so save those cool searches you write somewhere&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;&lt;P&gt;There are some really good people in the community who are prepared to help with questions you may have, so ask away.&lt;/P&gt;&lt;P&gt;Excuse me for tagging you guys below, but if you have any other useful tips or resources ...&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/127939"&gt;@kamlesh_vaghela&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/163730"&gt;@venkatasri&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 02:55:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Need-more-training-with-Searching/m-p/581037#M202428</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2022-01-14T02:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Need more training with Searching</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Need-more-training-with-Searching/m-p/581039#M202430</link>
      <description>&lt;P&gt;While some of the links are dated these posts are still relevant&amp;nbsp;&lt;A href="https://community.splunk.com/t5/Knowledge-Management/Hungry-Newbie-Best-way-to-learn-Splunk-well-efficiently-shortest/m-p/232119" target="_blank"&gt;https://community.splunk.com/t5/Knowledge-Management/Hungry-Newbie-Best-way-to-learn-Splunk-well-efficiently-shortest/m-p/232119&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Along with the linked posts from there, splunk how to on YouTube, and&amp;nbsp;&lt;A href="https://youtube.com/c/SiddharthaChakraborty" target="_blank"&gt;https://youtube.com/c/SiddharthaChakraborty&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Siddhartha is a SplunkTrust member as well&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 03:36:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Need-more-training-with-Searching/m-p/581039#M202430</guid>
      <dc:creator>gjanders</dc:creator>
      <dc:date>2022-01-14T03:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Need more training with Searching</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Need-more-training-with-Searching/m-p/581068#M202437</link>
      <description>&lt;P&gt;I'd say visit the community often, look what questions people have and what solutions people propose, try to think of your own solutions and compare them with other people's proposals. That's been (and still is) a great source of knowledge for me.&lt;/P&gt;&lt;P&gt;The most "difficult" part for some people - at least from what I see on the community - is that Splunk works differently from - for example - RDBMS. And you write your searches to behave differently that you would do, let's say, in SQL.&lt;/P&gt;&lt;P&gt;Unfortunately, the &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.4/SearchReference/SQLtoSplunk" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.4/SearchReference/SQLtoSplunk&lt;/A&gt; is not a very good source of good practices. It's a document many newcomers find early on and try to "think in SQL and translate to SPL" but it simply doesn't work that way.&lt;/P&gt;&lt;P&gt;It's useful if you have some experience with bash scripting because the pipes in SPL are not purely decorative - they work in a very similar way that passing data in bash pipelines work so if you've learned the intuition of passing the data between subsequent steps, it's very helpful.&lt;/P&gt;&lt;P&gt;Oh, and adding to your reply, &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/6367"&gt;@bowesmana&lt;/a&gt;, learn how &lt;EM&gt;not&lt;/EM&gt; to use subsearches unless absolutely necessary. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jan 2022 21:53:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Need-more-training-with-Searching/m-p/581068#M202437</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2022-01-14T21:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need more training with Searching</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Need-more-training-with-Searching/m-p/581174#M202473</link>
      <description>&lt;P&gt;Yes&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;- totally agree about subsearches&lt;/P&gt;</description>
      <pubDate>Sat, 15 Jan 2022 05:02:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Need-more-training-with-Searching/m-p/581174#M202473</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2022-01-15T05:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Need more training with Searching</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Need-more-training-with-Searching/m-p/581562#M202600</link>
      <description>&lt;P&gt;Thank you all for responding back. This really does help!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jan 2022 21:53:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Need-more-training-with-Searching/m-p/581562#M202600</guid>
      <dc:creator>Ab_Splunk</dc:creator>
      <dc:date>2022-01-18T21:53:24Z</dc:date>
    </item>
  </channel>
</rss>

