<?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: Having trouble opening Splunk after install on macOS in Installation</title>
    <link>https://community.splunk.com/t5/Installation/Having-trouble-opening-Splunk-after-install-on-macOS/m-p/427939#M5677</link>
    <description>&lt;P&gt;This answered my question. Thank you!&lt;/P&gt;</description>
    <pubDate>Mon, 29 Apr 2019 14:55:20 GMT</pubDate>
    <dc:creator>brentrmc</dc:creator>
    <dc:date>2019-04-29T14:55:20Z</dc:date>
    <item>
      <title>Having trouble opening Splunk after install on macOS</title>
      <link>https://community.splunk.com/t5/Installation/Having-trouble-opening-Splunk-after-install-on-macOS/m-p/427935#M5673</link>
      <description>&lt;P&gt;I downloaded .dmg file for Splunk Enterprise 7.2.6 on MacOS Mojave and followed the installation steps, but can't seem to open Splunk. I got the message that the installation was successful, but don't understand the problem.&lt;/P&gt;
&lt;P&gt;Here's the message I receive when I try to open Splunk:&lt;/P&gt;
&lt;P&gt;292:293: syntax error: Expected “"” but found unknown token. (-2741)&lt;BR /&gt;ERROR: Failed in Main operations dialog: 360:361: syntax error: Expected “"” but found unknown token. (-2741). (1)&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jun 2020 16:38:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Having-trouble-opening-Splunk-after-install-on-macOS/m-p/427935#M5673</guid>
      <dc:creator>brentrmc</dc:creator>
      <dc:date>2020-06-12T16:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble opening Splunk after install on macOS</title>
      <link>https://community.splunk.com/t5/Installation/Having-trouble-opening-Splunk-after-install-on-macOS/m-p/427936#M5674</link>
      <description>&lt;P&gt;Splunk runs as a service on your machine, and you have to use a browser to access it (for the most part).&lt;/P&gt;

&lt;P&gt;Make sure to install it following these steps:&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.4/Installation/InstallonMacOS"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.4/Installation/InstallonMacOS&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;And start it using these steps:&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.4/Installation/StartSplunkforthefirsttime"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.4/Installation/StartSplunkforthefirsttime&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Cheers,&lt;BR /&gt;
Nico&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 01:50:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Having-trouble-opening-Splunk-after-install-on-macOS/m-p/427936#M5674</guid>
      <dc:creator>nvanderwalt_spl</dc:creator>
      <dc:date>2019-04-29T01:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble opening Splunk after install on macOS</title>
      <link>https://community.splunk.com/t5/Installation/Having-trouble-opening-Splunk-after-install-on-macOS/m-p/427937#M5675</link>
      <description>&lt;P&gt;Try to start Splunk using command line(terminal),&lt;/P&gt;

&lt;P&gt;Use the following command to start Splunk from terminal,&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/Applications/Splunk/bin/splunk start
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Once it completes it provides a URL to access Splunk, sample output of the command is given below,&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;root:~$ /Applications/Splunk/bin/splunk start

Splunk&amp;gt; Finding your faults, just like mom.

Checking prerequisites...
    Checking http port [8000]: open
    Checking mgmt port [8089]: open
    Checking appserver port [127.0.0.1:8065]: open
    Checking kvstore port [8191]: open
    Checking configuration...  Done.
    Checking critical directories...    Done
    Checking indexes...
        Validated: _audit _internal _introspection _telemetry _thefishbucket history main service_stats summary
    Done
    Checking filesystem compatibility...  Done
    Checking conf files for problems...
    Done
    Checking default conf files for edits...
    Validating installed files against hashes from '/Applications/Splunk/splunk-7.1.2-a0c72a66db66-darwin-64-manifest'
    All installed files intact.
    Done
All preliminary checks passed.

Starting splunk server daemon (splunkd)...  
Done


Waiting for web server at &lt;A href="http://127.0.0.1:8000" target="test_blank"&gt;http://127.0.0.1:8000&lt;/A&gt; to be available..... Done


If you get stuck, we're here to help.  
Look for answers here: &lt;A href="http://docs.splunk.com" target="test_blank"&gt;http://docs.splunk.com&lt;/A&gt;

The Splunk web interface is at &lt;A href="http://127.0.0.1:8000" target="test_blank"&gt;http://127.0.0.1:8000&lt;/A&gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And to check the status use the following command,&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/Applications/Splunk/bin/splunk status
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And to stop Splunk, use the following command,&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/Applications/Splunk/bin/splunk stop
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hope it helps!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 06:42:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Having-trouble-opening-Splunk-after-install-on-macOS/m-p/427937#M5675</guid>
      <dc:creator>splunk_sv</dc:creator>
      <dc:date>2019-04-29T06:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble opening Splunk after install on macOS</title>
      <link>https://community.splunk.com/t5/Installation/Having-trouble-opening-Splunk-after-install-on-macOS/m-p/427938#M5676</link>
      <description>&lt;P&gt;I never use &lt;CODE&gt;dmg&lt;/CODE&gt; or &lt;CODE&gt;rpm&lt;/CODE&gt;; I always download the &lt;CODE&gt;tgz&lt;/CODE&gt; and use that.  Get the &lt;CODE&gt;tgz&lt;/CODE&gt; for &lt;CODE&gt;darwin&lt;/CODE&gt; and use that.  It will be cake.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 06:45:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Having-trouble-opening-Splunk-after-install-on-macOS/m-p/427938#M5676</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-04-29T06:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble opening Splunk after install on macOS</title>
      <link>https://community.splunk.com/t5/Installation/Having-trouble-opening-Splunk-after-install-on-macOS/m-p/427939#M5677</link>
      <description>&lt;P&gt;This answered my question. Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 14:55:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Having-trouble-opening-Splunk-after-install-on-macOS/m-p/427939#M5677</guid>
      <dc:creator>brentrmc</dc:creator>
      <dc:date>2019-04-29T14:55:20Z</dc:date>
    </item>
  </channel>
</rss>

