<?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: How do you introduce new data inputs into the Splunk Add-on for ServiceNow(SNOW)? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-you-introduce-new-data-inputs-into-the-Splunk-Add-on-for/m-p/455906#M56115</link>
    <description>&lt;P&gt;Try the following:&lt;/P&gt;

&lt;P&gt;[snow://sysevent]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
filter_data = name=login.failed, name=user.lockout&lt;/P&gt;

&lt;P&gt;You may want to consider investigating whitelisting as well.....&lt;/P&gt;</description>
    <pubDate>Wed, 02 Jan 2019 16:15:28 GMT</pubDate>
    <dc:creator>jrbanks6</dc:creator>
    <dc:date>2019-01-02T16:15:28Z</dc:date>
    <item>
      <title>How do you introduce new data inputs into the Splunk Add-on for ServiceNow(SNOW)?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-you-introduce-new-data-inputs-into-the-Splunk-Add-on-for/m-p/455903#M56112</link>
      <description>&lt;P&gt;I've recently installed the Splunk Add-on for ServiceNow(SNOW) on my instance and have seen success across all the default settings. The integration with our SNOW instance went off without a hitch, and the Configuration Management Database (CMDB) information is flowing through the sourcetypes, eventtypes and saved searches as intended. &lt;/P&gt;

&lt;P&gt;However, we now have use cases for the database tables in SNOW that were not included in the default inputs that came out of the box with the Add-on.&lt;/P&gt;

&lt;P&gt;From what I understand of the documentation, if I wanted to pull the database table for "cmdb_ci_win_server" into Splunk, I should just define the data input under &lt;STRONG&gt;Settings&lt;/STRONG&gt;&amp;gt;&lt;STRONG&gt;Data Inputs&lt;/STRONG&gt;&amp;gt;&lt;STRONG&gt;Splunk Addon for ServiceNow&lt;/STRONG&gt;.&lt;/P&gt;

&lt;P&gt;However, all my attempts so far have failed. New input definitions I've created within the WebUI don't populate into the local/inputs.conf file at all. And even when I define the new data input within local/inputs.conf, new sourcetypes or eventtypes are not created so I can't tell if the data is being pulled down or not. &lt;/P&gt;

&lt;P&gt;Does anyone have any experience with introducing new database table inputs into Splunk for the Splunk Add-on for ServiceNow?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:14:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-you-introduce-new-data-inputs-into-the-Splunk-Add-on-for/m-p/455903#M56112</guid>
      <dc:creator>mcappuccigeneia</dc:creator>
      <dc:date>2020-09-29T21:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do you introduce new data inputs into the Splunk Add-on for ServiceNow(SNOW)?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-you-introduce-new-data-inputs-into-the-Splunk-Add-on-for/m-p/455904#M56113</link>
      <description>&lt;P&gt;Add a stanza to the inputs.conf in $SPLUNK_/splunk/etc/apps/Splunk_TA_snow/local/inputs.conf&lt;/P&gt;

&lt;P&gt;[snow://cmdb_ci_win_server]&lt;BR /&gt;
disabled = false&lt;BR /&gt;
index=main&lt;/P&gt;

&lt;P&gt;restart the splunk HF&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:20:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-you-introduce-new-data-inputs-into-the-Splunk-Add-on-for/m-p/455904#M56113</guid>
      <dc:creator>jrbanks6</dc:creator>
      <dc:date>2020-09-29T21:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: How do you introduce new data inputs into the Splunk Add-on for ServiceNow(SNOW)?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-you-introduce-new-data-inputs-into-the-Splunk-Add-on-for/m-p/455905#M56114</link>
      <description>&lt;P&gt;Sorry for the late reply, but your recommendation was effective and properly introduced the table into our Splunk Instance. Most of the tables we wanted to pull are now on-boarded. &lt;/P&gt;

&lt;P&gt;The new interesting problem we have now is trying to filter certain events out of the tables when splunk indexes the data. &lt;BR /&gt;
I was able to establish a single definition &lt;EM&gt;filter_data&lt;/EM&gt; parameter within the inputs.conf, but my question now is if I can specify two seperate values under the same key. &lt;/P&gt;

&lt;P&gt;Current Example. &lt;BR /&gt;
[snow://sysevent]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
filter_data= name=login.failed&lt;/P&gt;

&lt;P&gt;-This definition would filter the sysevent table to only include events with the name "login.failed". &lt;/P&gt;

&lt;P&gt;What I want to know is how to filter so that I can grab all events with the names "login.failed" and "user.lockout". &lt;BR /&gt;
Should I simply define another line altogether, or should simply define the it as:&lt;BR /&gt;
filter_data = name=login.failed &amp;amp; name=user.lockout&lt;/P&gt;</description>
      <pubDate>Wed, 07 Nov 2018 17:45:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-you-introduce-new-data-inputs-into-the-Splunk-Add-on-for/m-p/455905#M56114</guid>
      <dc:creator>mcappuccigeneia</dc:creator>
      <dc:date>2018-11-07T17:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do you introduce new data inputs into the Splunk Add-on for ServiceNow(SNOW)?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-you-introduce-new-data-inputs-into-the-Splunk-Add-on-for/m-p/455906#M56115</link>
      <description>&lt;P&gt;Try the following:&lt;/P&gt;

&lt;P&gt;[snow://sysevent]&lt;BR /&gt;
disabled = 0&lt;BR /&gt;
filter_data = name=login.failed, name=user.lockout&lt;/P&gt;

&lt;P&gt;You may want to consider investigating whitelisting as well.....&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 16:15:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-you-introduce-new-data-inputs-into-the-Splunk-Add-on-for/m-p/455906#M56115</guid>
      <dc:creator>jrbanks6</dc:creator>
      <dc:date>2019-01-02T16:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do you introduce new data inputs into the Splunk Add-on for ServiceNow(SNOW)?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-you-introduce-new-data-inputs-into-the-Splunk-Add-on-for/m-p/455907#M56116</link>
      <description>&lt;P&gt;My attempts to utilize comma separation to define two name=**** didn't yield the intended results, so I'm going to assume that we can't define multiple key/value pairs in the filter_data line. &lt;/P&gt;

&lt;P&gt;But, were you referring to whitelisting from a Splunk perspective or from a ServiceNow perspective?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 18:31:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-you-introduce-new-data-inputs-into-the-Splunk-Add-on-for/m-p/455907#M56116</guid>
      <dc:creator>mcappuccigeneia</dc:creator>
      <dc:date>2019-01-02T18:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do you introduce new data inputs into the Splunk Add-on for ServiceNow(SNOW)?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-you-introduce-new-data-inputs-into-the-Splunk-Add-on-for/m-p/455908#M56117</link>
      <description>&lt;P&gt;Splunk - However I am not finding a good example outside of Win event logs......&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 18:39:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-you-introduce-new-data-inputs-into-the-Splunk-Add-on-for/m-p/455908#M56117</guid>
      <dc:creator>jrbanks6</dc:creator>
      <dc:date>2019-01-02T18:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: How do you introduce new data inputs into the Splunk Add-on for ServiceNow(SNOW)?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-you-introduce-new-data-inputs-into-the-Splunk-Add-on-for/m-p/455909#M56118</link>
      <description>&lt;P&gt;whitelist = &lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 18:45:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-you-introduce-new-data-inputs-into-the-Splunk-Add-on-for/m-p/455909#M56118</guid>
      <dc:creator>jrbanks6</dc:creator>
      <dc:date>2019-01-02T18:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: How do you introduce new data inputs into the Splunk Add-on for ServiceNow(SNOW)?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-you-introduce-new-data-inputs-into-the-Splunk-Add-on-for/m-p/455910#M56119</link>
      <description>&lt;P&gt;whitelist = your_custom regex&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jan 2019 18:46:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-you-introduce-new-data-inputs-into-the-Splunk-Add-on-for/m-p/455910#M56119</guid>
      <dc:creator>jrbanks6</dc:creator>
      <dc:date>2019-01-02T18:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: How do you introduce new data inputs into the Splunk Add-on for ServiceNow(SNOW)?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-you-introduce-new-data-inputs-into-the-Splunk-Add-on-for/m-p/544418#M65186</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Seems for Logical AND operation you must use ampersand&amp;nbsp;("&amp;amp;"). Not a comma (",").&amp;nbsp;Check for your TA version. &lt;/SPAN&gt;&lt;BR /&gt;Refer to &lt;A href="https://docs.splunk.com/Documentation/AddOns/released/ServiceNow/Configureinputs" target="_blank"&gt;https://docs.splunk.com/Documentation/AddOns/released/ServiceNow/Configureinputs&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Mar 2021 00:09:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-do-you-introduce-new-data-inputs-into-the-Splunk-Add-on-for/m-p/544418#M65186</guid>
      <dc:creator>shandr</dc:creator>
      <dc:date>2021-03-19T00:09:41Z</dc:date>
    </item>
  </channel>
</rss>

