<?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: Things to do when you first install Splunk? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Things-to-do-when-you-first-install-Splunk/m-p/168849#M34180</link>
    <description>&lt;P&gt;Please share your checklist!&lt;/P&gt;</description>
    <pubDate>Sat, 17 May 2014 01:36:03 GMT</pubDate>
    <dc:creator>lguinn2</dc:creator>
    <dc:date>2014-05-17T01:36:03Z</dc:date>
    <item>
      <title>Things to do when you first install Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Things-to-do-when-you-first-install-Splunk/m-p/168846#M34177</link>
      <description>&lt;P&gt;What are the things that you normally do as part of a Splunk server installation?&lt;/P&gt;

&lt;P&gt;David Carasso published a nice list at &lt;A href="http://www.innovato.com/splunk/GettingStarted.htm"&gt;http://www.innovato.com/splunk/GettingStarted.htm&lt;/A&gt; (and wrote a book too!)&lt;BR /&gt;&lt;BR /&gt;
But that list is about a lot of things besides a Splunk server set up.&lt;/P&gt;

&lt;P&gt;I am not asking about forwarder setup here, although forwarders will probably be similar. I am looking for the things that you do to make sure that your Splunk server is "good" in the initial setup.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 17 May 2014 01:23:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Things-to-do-when-you-first-install-Splunk/m-p/168846#M34177</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2014-05-17T01:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Things to do when you first install Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Things-to-do-when-you-first-install-Splunk/m-p/168847#M34178</link>
      <description>&lt;P&gt;Here is my personal list. &lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Create a user account to run Splunk.&lt;/LI&gt;
&lt;LI&gt;Install Splunk and start it. Accept the license terms.&lt;/LI&gt;
&lt;LI&gt;Install a license.&lt;/LI&gt;
&lt;LI&gt;Stop Splunk.&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Edit the following configuration files in $SPLUNK_HOME/etc/system/local&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;inputs.conf
server.conf
web.conf   
ui-prefs.conf
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Download and install the following apps:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Sideview Utils
SOS
SOS add-on 
Timewrap
Splunk Common Information Model
Splunk Deployment Monitor
Splunk DB Connect
Anything else that seems useful at the time
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;For a development server, also install&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Splunk 6.x Dashboard Examples
Splunk Web Framework Toolkit
Splunk Dashboard Examples for 5+ (older)
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Check indexes and inputs on all apps&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Start Splunk&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Set Splunk for bootstart (Linux)&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Sat, 17 May 2014 01:31:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Things-to-do-when-you-first-install-Splunk/m-p/168847#M34178</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2014-05-17T01:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Things to do when you first install Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Things-to-do-when-you-first-install-Splunk/m-p/168848#M34179</link>
      <description>&lt;P&gt;Also, here is the ui-prefs.conf that I like &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[search]
dispatch.earliest_time = -24h@h
dispatch.latest_time = now

[default]
dispatch.earliest_time = -24h@h
dispatch.latest_time = now
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I got it from this very useful question-and-answer&lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/answers/106136/how-to-set-the-default-search-time-in-splunk-6"&gt;How to set the default timerange in Splunk 6&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 17 May 2014 01:33:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Things-to-do-when-you-first-install-Splunk/m-p/168848#M34179</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2014-05-17T01:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Things to do when you first install Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Things-to-do-when-you-first-install-Splunk/m-p/168849#M34180</link>
      <description>&lt;P&gt;Please share your checklist!&lt;/P&gt;</description>
      <pubDate>Sat, 17 May 2014 01:36:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Things-to-do-when-you-first-install-Splunk/m-p/168849#M34180</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2014-05-17T01:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Things to do when you first install Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Things-to-do-when-you-first-install-Splunk/m-p/168850#M34181</link>
      <description>&lt;P&gt;Review the &lt;A href="http://wiki.splunk.com/Things_I_wish_I_knew_then"&gt;Things I wish I knew wiki page&lt;/A&gt; and visit #splunk!&lt;/P&gt;</description>
      <pubDate>Sat, 17 May 2014 05:34:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Things-to-do-when-you-first-install-Splunk/m-p/168850#M34181</guid>
      <dc:creator>dshpritz</dc:creator>
      <dc:date>2014-05-17T05:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Things to do when you first install Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Things-to-do-when-you-first-install-Splunk/m-p/168851#M34182</link>
      <description>&lt;P&gt;Thanks @dshpritz! I asked this question partly because I couldn't find this page!&lt;/P&gt;

&lt;P&gt;I &lt;EM&gt;knew&lt;/EM&gt; there were things out there, but my Google searches didn't turn up what I expected!&lt;/P&gt;</description>
      <pubDate>Sun, 18 May 2014 22:59:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Things-to-do-when-you-first-install-Splunk/m-p/168851#M34182</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2014-05-18T22:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Things to do when you first install Splunk?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Things-to-do-when-you-first-install-Splunk/m-p/168852#M34183</link>
      <description>&lt;P&gt;Hello Lisa,&lt;/P&gt;

&lt;P&gt;Can a CSV file already uploaded be changed or edited?  I would like to know the best approach to treat currency ($ and negative in parenthesis) that gets moved as a string into Splunk, besides these two options:&lt;BR /&gt;
 1. Convert currency to numeric before loaded into Splunk&lt;BR /&gt;
 2. Do the conversion in the search&lt;BR /&gt;
 Here is some sample data:&lt;BR /&gt;
Contract_Date   Amount      Vendor_Id  Contract_Services   &lt;/P&gt;

&lt;P&gt;"Sep 25, 2012","$9,843.00","CN99999","FS SERVICES"&lt;BR /&gt;
"Sep 25, 2012","$4,631.16","CN99999","FS SERVICES"&lt;BR /&gt;
"Sep 25, 2012","($52,479.99)","CN99999","FS SERVICES"&lt;/P&gt;

&lt;P&gt;Thanks!  Juan&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 19:04:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Things-to-do-when-you-first-install-Splunk/m-p/168852#M34183</guid>
      <dc:creator>quanteq</dc:creator>
      <dc:date>2020-09-28T19:04:16Z</dc:date>
    </item>
  </channel>
</rss>

