<?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: Service Names Needed in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Service-Names-Needed/m-p/34427#M7413</link>
    <description>&lt;P&gt;Actually, I do not have access to the servers to run that command.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Feb 2013 20:48:41 GMT</pubDate>
    <dc:creator>wrap2tyt</dc:creator>
    <dc:date>2013-02-15T20:48:41Z</dc:date>
    <item>
      <title>Service Names Needed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Service-Names-Needed/m-p/34425#M7411</link>
      <description>&lt;P&gt;I'm in the process of creating compliance checks that will run in Tenable Nessus.  These checks will audit and report the status of system services on Microsoft servers.  To do this I need the short names for the service...  ex. the display name is &lt;EM&gt;Symantec Critical System Protection IDS Agent&lt;/EM&gt;, the short name is &lt;EM&gt;SISIDSService&lt;/EM&gt;. I cannot find the service name or "short names" for the system service "Display names" listed below, so I thought this would be a good place to look or ask for assistance. &lt;/P&gt;

&lt;P&gt;Thanks in advance for any assistance.&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;- Splunkd &lt;BR /&gt;
 - Splunkweb&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2013 19:52:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Service-Names-Needed/m-p/34425#M7411</guid>
      <dc:creator>wrap2tyt</dc:creator>
      <dc:date>2013-02-15T19:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Service Names Needed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Service-Names-Needed/m-p/34426#M7412</link>
      <description>&lt;P&gt;if you launch a command prompt, and run :&lt;/P&gt;

&lt;P&gt;sc query | findstr _NAME&lt;/P&gt;

&lt;P&gt;You'll get a list of all the services and long / short names on a system.&lt;/P&gt;

&lt;P&gt;You can make the output pretty like this :&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;cmd /V:ON
for /F "tokens=1,2 delims=:" %i in ('sc query ^| findstr _NAME') do @(
    if   %i==SERVICE_NAME (set SERVICE_NAME=%j                 ) 
    else                  (echo !SERVICE_NAME:~0,20! : %j)
)
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 15 Feb 2013 20:41:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Service-Names-Needed/m-p/34426#M7412</guid>
      <dc:creator>jonuwz</dc:creator>
      <dc:date>2013-02-15T20:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Service Names Needed</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Service-Names-Needed/m-p/34427#M7413</link>
      <description>&lt;P&gt;Actually, I do not have access to the servers to run that command.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2013 20:48:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Service-Names-Needed/m-p/34427#M7413</guid>
      <dc:creator>wrap2tyt</dc:creator>
      <dc:date>2013-02-15T20:48:41Z</dc:date>
    </item>
  </channel>
</rss>

