<?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: refresh from batch file and authenticating at the same time in Security</title>
    <link>https://community.splunk.com/t5/Security/refresh-from-batch-file-and-authenticating-at-the-same-time/m-p/190031#M5610</link>
    <description>&lt;P&gt;Update:&lt;/P&gt;

&lt;P&gt;there will be soon an update to the app released which works on Splunk 7.1.x. It also features the option to only reload one specific entity.&lt;/P&gt;

&lt;P&gt;Link to the app: &lt;A href="https://splunkbase.splunk.com/app/1871/#/details"&gt;https://splunkbase.splunk.com/app/1871/#/details&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
    <pubDate>Sat, 18 Aug 2018 04:49:14 GMT</pubDate>
    <dc:creator>MuS</dc:creator>
    <dc:date>2018-08-18T04:49:14Z</dc:date>
    <item>
      <title>refresh from batch file and authenticating at the same time</title>
      <link>https://community.splunk.com/t5/Security/refresh-from-batch-file-and-authenticating-at-the-same-time/m-p/190023#M5602</link>
      <description>&lt;P&gt;I'm writing a batch file that will send an http command to refresh my splunk instance. This works fine when I have already logged in with my browser once, but If I haven't logged in recently, it won't refresh and instead ask me to login.&lt;/P&gt;

&lt;P&gt;The command sent by my batch file is&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&lt;A href="http://admin:pass@localhost:8000/en-US/debug/refresh" target="test_blank"&gt;http://admin:pass@localhost:8000/en-US/debug/refresh&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I always get redirected to&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&lt;A href="http://localhost:8000/en-US/account/login?return_to=%2Fen-US%2Fdebug%2Frefresh" target="test_blank"&gt;http://localhost:8000/en-US/account/login?return_to=%2Fen-US%2Fdebug%2Frefresh&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;How to bypass this page?&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2014 10:51:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/refresh-from-batch-file-and-authenticating-at-the-same-time/m-p/190023#M5602</guid>
      <dc:creator>Javo222</dc:creator>
      <dc:date>2014-10-31T10:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: refresh from batch file and authenticating at the same time</title>
      <link>https://community.splunk.com/t5/Security/refresh-from-batch-file-and-authenticating-at-the-same-time/m-p/190024#M5603</link>
      <description>&lt;P&gt;Hi Javo222,&lt;/P&gt;

&lt;P&gt;take a look at this App &lt;A href="https://apps.splunk.com/app/1871/"&gt;https://apps.splunk.com/app/1871/&lt;/A&gt; it was written for such use cases.&lt;BR /&gt;
It will provide a new search command called &lt;CODE&gt;refresh&lt;/CODE&gt; which can be called from cli or scheduled as saved search.&lt;/P&gt;

&lt;P&gt;hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2014 11:08:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/refresh-from-batch-file-and-authenticating-at-the-same-time/m-p/190024#M5603</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-10-31T11:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: refresh from batch file and authenticating at the same time</title>
      <link>https://community.splunk.com/t5/Security/refresh-from-batch-file-and-authenticating-at-the-same-time/m-p/190025#M5604</link>
      <description>&lt;P&gt;Hi MuS, Thanks! I added the App to my Splunk but I'm not sure how to use it. Is there any documentation available?&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2014 13:29:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/refresh-from-batch-file-and-authenticating-at-the-same-time/m-p/190025#M5604</guid>
      <dc:creator>Javo222</dc:creator>
      <dc:date>2014-10-31T13:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: refresh from batch file and authenticating at the same time</title>
      <link>https://community.splunk.com/t5/Security/refresh-from-batch-file-and-authenticating-at-the-same-time/m-p/190026#M5605</link>
      <description>&lt;P&gt;simply enter this in the search field &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| refresh
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;you can save it as saved search and schedule it that way or call it from the cli like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;$SPLUNK_HOME/bin/splunk search "| refresh"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;hope that helps ...&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2014 13:35:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/refresh-from-batch-file-and-authenticating-at-the-same-time/m-p/190026#M5605</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-10-31T13:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: refresh from batch file and authenticating at the same time</title>
      <link>https://community.splunk.com/t5/Security/refresh-from-batch-file-and-authenticating-at-the-same-time/m-p/190027#M5606</link>
      <description>&lt;P&gt;Ahh really good thanks! One last question hopefully, is there a way to refresh only some modules? Similar to &lt;CODE&gt;/debug/refresh?entity=data/ui/views&lt;/CODE&gt;&lt;BR /&gt;
It seems &lt;CODE&gt;"| refresh?entity=data/ui/views"&lt;/CODE&gt; doesn't work&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2014 13:47:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/refresh-from-batch-file-and-authenticating-at-the-same-time/m-p/190027#M5606</guid>
      <dc:creator>Javo222</dc:creator>
      <dc:date>2014-10-31T13:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: refresh from batch file and authenticating at the same time</title>
      <link>https://community.splunk.com/t5/Security/refresh-from-batch-file-and-authenticating-at-the-same-time/m-p/190028#M5607</link>
      <description>&lt;P&gt;nope this is not implemented....maybe some day &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2014 14:00:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/refresh-from-batch-file-and-authenticating-at-the-same-time/m-p/190028#M5607</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-10-31T14:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: refresh from batch file and authenticating at the same time</title>
      <link>https://community.splunk.com/t5/Security/refresh-from-batch-file-and-authenticating-at-the-same-time/m-p/190029#M5608</link>
      <description>&lt;P&gt;looking forward to it! thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2014 14:02:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/refresh-from-batch-file-and-authenticating-at-the-same-time/m-p/190029#M5608</guid>
      <dc:creator>Javo222</dc:creator>
      <dc:date>2014-10-31T14:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: refresh from batch file and authenticating at the same time</title>
      <link>https://community.splunk.com/t5/Security/refresh-from-batch-file-and-authenticating-at-the-same-time/m-p/190030#M5609</link>
      <description>&lt;P&gt;please mark this as answered - thx&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2014 14:13:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/refresh-from-batch-file-and-authenticating-at-the-same-time/m-p/190030#M5609</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2014-10-31T14:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: refresh from batch file and authenticating at the same time</title>
      <link>https://community.splunk.com/t5/Security/refresh-from-batch-file-and-authenticating-at-the-same-time/m-p/190031#M5610</link>
      <description>&lt;P&gt;Update:&lt;/P&gt;

&lt;P&gt;there will be soon an update to the app released which works on Splunk 7.1.x. It also features the option to only reload one specific entity.&lt;/P&gt;

&lt;P&gt;Link to the app: &lt;A href="https://splunkbase.splunk.com/app/1871/#/details"&gt;https://splunkbase.splunk.com/app/1871/#/details&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Sat, 18 Aug 2018 04:49:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/refresh-from-batch-file-and-authenticating-at-the-same-time/m-p/190031#M5610</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2018-08-18T04:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: refresh from batch file and authenticating at the same time</title>
      <link>https://community.splunk.com/t5/Security/refresh-from-batch-file-and-authenticating-at-the-same-time/m-p/190032#M5611</link>
      <description>&lt;P&gt;Update available here &lt;A href="https://splunkbase.splunk.com/app/1871/"&gt;https://splunkbase.splunk.com/app/1871/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 21:15:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/refresh-from-batch-file-and-authenticating-at-the-same-time/m-p/190032#M5611</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2018-09-20T21:15:48Z</dc:date>
    </item>
  </channel>
</rss>

