<?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 Modular inputs - Why are Data Inputs not showing? in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/Modular-inputs-Why-are-Data-Inputs-not-showing/m-p/614735#M10765</link>
    <description>&lt;P&gt;I have followed instructions in&amp;nbsp;&lt;A href="https://dev.splunk.com/enterprise/docs/devtools/python/sdk-python/howtousesplunkpython/howtocreatemodpy/#To-create-modular-inputs-programmatically" target="_blank" rel="noopener"&gt;https://dev.splunk.com/enterprise/docs/devtools/python/sdk-python/howtousesplunkpython/howtocreatemodpy/#To-create-modular-inputs-programmatically&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Further I am following the You Tube tutorial &lt;A href="https://www.youtube.com/watch?v=-M3MWJGdNJE&amp;amp;t=1029s&amp;amp;ab_channel=Splunk%26MachineLearning" target="_blank" rel="noopener"&gt;https://www.youtube.com/watch?v=-M3MWJGdNJE&amp;amp;t=1029s&amp;amp;ab_channel=Splunk%26MachineLearning&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I have installed Splunk Enterprise on my computer. It is Windows 10.&lt;/P&gt;
&lt;P&gt;I created a folder with the required structures.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In it is the inputs.conf.spec with the following:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;[tmdb_input:://&amp;lt;name&amp;gt;]&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;api_key = &amp;lt;value&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;lang = &amp;lt;value&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;page_number = &amp;lt;value&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;region = &amp;lt;value&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I have a&amp;nbsp;&lt;STRONG&gt;tmdb_input.py&amp;nbsp;&lt;/STRONG&gt;file in the bin directory.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I start up Splunk, the app "TMDB Input" is there.&lt;/P&gt;
&lt;P&gt;But when I go to Settings-&amp;gt;Data Input, the input for my app is not present.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have looked at the log files in "C:\Program Files\Splunk\var\log\splunk" but I cannot find anything that helps me to find the problem.&amp;nbsp; I have searched for ERRORS and any reference to my tmdb_input app in the logs. But nothing helps.&lt;/P&gt;
&lt;P&gt;Does anyone have any insight as to how I might troubleshoot the failure to see the "TMDB Input" in&amp;nbsp; Settings-&amp;gt;Data Input?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Sep 2022 14:17:13 GMT</pubDate>
    <dc:creator>jsteelews</dc:creator>
    <dc:date>2022-09-27T14:17:13Z</dc:date>
    <item>
      <title>Modular inputs - Why are Data Inputs not showing?</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/Modular-inputs-Why-are-Data-Inputs-not-showing/m-p/614735#M10765</link>
      <description>&lt;P&gt;I have followed instructions in&amp;nbsp;&lt;A href="https://dev.splunk.com/enterprise/docs/devtools/python/sdk-python/howtousesplunkpython/howtocreatemodpy/#To-create-modular-inputs-programmatically" target="_blank" rel="noopener"&gt;https://dev.splunk.com/enterprise/docs/devtools/python/sdk-python/howtousesplunkpython/howtocreatemodpy/#To-create-modular-inputs-programmatically&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Further I am following the You Tube tutorial &lt;A href="https://www.youtube.com/watch?v=-M3MWJGdNJE&amp;amp;t=1029s&amp;amp;ab_channel=Splunk%26MachineLearning" target="_blank" rel="noopener"&gt;https://www.youtube.com/watch?v=-M3MWJGdNJE&amp;amp;t=1029s&amp;amp;ab_channel=Splunk%26MachineLearning&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I have installed Splunk Enterprise on my computer. It is Windows 10.&lt;/P&gt;
&lt;P&gt;I created a folder with the required structures.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In it is the inputs.conf.spec with the following:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;[tmdb_input:://&amp;lt;name&amp;gt;]&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;api_key = &amp;lt;value&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;lang = &amp;lt;value&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;page_number = &amp;lt;value&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;region = &amp;lt;value&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I have a&amp;nbsp;&lt;STRONG&gt;tmdb_input.py&amp;nbsp;&lt;/STRONG&gt;file in the bin directory.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I start up Splunk, the app "TMDB Input" is there.&lt;/P&gt;
&lt;P&gt;But when I go to Settings-&amp;gt;Data Input, the input for my app is not present.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have looked at the log files in "C:\Program Files\Splunk\var\log\splunk" but I cannot find anything that helps me to find the problem.&amp;nbsp; I have searched for ERRORS and any reference to my tmdb_input app in the logs. But nothing helps.&lt;/P&gt;
&lt;P&gt;Does anyone have any insight as to how I might troubleshoot the failure to see the "TMDB Input" in&amp;nbsp; Settings-&amp;gt;Data Input?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Sep 2022 14:17:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/Modular-inputs-Why-are-Data-Inputs-not-showing/m-p/614735#M10765</guid>
      <dc:creator>jsteelews</dc:creator>
      <dc:date>2022-09-27T14:17:13Z</dc:date>
    </item>
  </channel>
</rss>

