<?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: Problem getting the TA OMS inputs working version 1.3 in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Problem-getting-the-TA-OMS-inputs-working-version-1-3/m-p/459900#M67633</link>
    <description>&lt;P&gt;They’ve deprecated the API this app uses.  I hope to release a fix soon.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Fri, 27 Jul 2018 18:00:10 GMT</pubDate>
    <dc:creator>jkat54</dc:creator>
    <dc:date>2018-07-27T18:00:10Z</dc:date>
    <item>
      <title>Problem getting the TA OMS inputs working version 1.3</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Problem-getting-the-TA-OMS-inputs-working-version-1-3/m-p/459899#M67632</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;I can't seem to get the modular inputs for OMS to work - I'm not receiving any data. &lt;/P&gt;

&lt;P&gt;I've made the update for the bug for the new version of the query language.&lt;/P&gt;

&lt;P&gt;I'm getting the following error.&lt;/P&gt;

&lt;P&gt;07-26-2018 12:03:17.948 +0800 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/TA-OMS_Inputs/bin/oms_inputs.py" Traceback (most recent call last):&lt;BR /&gt;
07-26-2018 12:03:17.948 +0800 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/TA-OMS_Inputs/bin/oms_inputs.py"   File "/opt/splunk/etc/apps/TA-OMS_Inputs/bin/ta_oms_inputs/modinput_wrapper/base_modinput.py", line 127, in stream_events&lt;BR /&gt;
07-26-2018 12:03:17.948 +0800 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/TA-OMS_Inputs/bin/oms_inputs.py"     self.collect_events(ew)&lt;BR /&gt;
07-26-2018 12:03:17.948 +0800 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/TA-OMS_Inputs/bin/oms_inputs.py"   File "/opt/splunk/etc/apps/TA-OMS_Inputs/bin/oms_inputs.py", line 96, in collect_events&lt;BR /&gt;
07-26-2018 12:03:17.948 +0800 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/TA-OMS_Inputs/bin/oms_inputs.py"     input_module.collect_events(self, ew)&lt;BR /&gt;
07-26-2018 12:03:17.948 +0800 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/TA-OMS_Inputs/bin/oms_inputs.py"   File "/opt/splunk/etc/apps/TA-OMS_Inputs/bin/input_module_oms_inputs.py", line 51, in collect_events&lt;BR /&gt;
07-26-2018 12:03:17.948 +0800 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/TA-OMS_Inputs/bin/oms_inputs.py"     token_response = context.acquire_token_with_client_credentials('&lt;A href="https://management.core.windows.net/" target="_blank"&gt;https://management.core.windows.net/&lt;/A&gt;', application_id, application_key)&lt;BR /&gt;
07-26-2018 12:03:17.948 +0800 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/TA-OMS_Inputs/bin/oms_inputs.py"   File "/opt/splunk/etc/apps/TA-OMS_Inputs/bin/adal/authentication_context.py", line 160, in acquire_token_with_client_credentials&lt;BR /&gt;
07-26-2018 12:03:17.948 +0800 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/TA-OMS_Inputs/bin/oms_inputs.py"     return self._acquire_token(token_func)&lt;BR /&gt;
07-26-2018 12:03:17.948 +0800 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/TA-OMS_Inputs/bin/oms_inputs.py"   File "/opt/splunk/etc/apps/TA-OMS_Inputs/bin/adal/authentication_context.py", line 109, in _acquire_token&lt;BR /&gt;
07-26-2018 12:03:17.948 +0800 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/TA-OMS_Inputs/bin/oms_inputs.py"     return token_func(self)&lt;BR /&gt;
07-26-2018 12:03:17.948 +0800 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/TA-OMS_Inputs/bin/oms_inputs.py"   File "/opt/splunk/etc/apps/TA-OMS_Inputs/bin/adal/authentication_context.py", line 158, in token_func&lt;BR /&gt;
07-26-2018 12:03:17.948 +0800 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/TA-OMS_Inputs/bin/oms_inputs.py"     return token_request.get_token_with_client_credentials(client_secret)&lt;BR /&gt;
07-26-2018 12:03:17.948 +0800 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/TA-OMS_Inputs/bin/oms_inputs.py"   File "/opt/splunk/etc/apps/TA-OMS_Inputs/bin/adal/token_request.py", line 316, in get_token_with_client_credentials&lt;BR /&gt;
07-26-2018 12:03:17.948 +0800 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/TA-OMS_Inputs/bin/oms_inputs.py"     token = self._oauth_get_token(oauth_parameters)&lt;BR /&gt;
07-26-2018 12:03:17.948 +0800 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/TA-OMS_Inputs/bin/oms_inputs.py"   File "/opt/splunk/etc/apps/TA-OMS_Inputs/bin/adal/token_request.py", line 113, in _oauth_get_token&lt;BR /&gt;
07-26-2018 12:03:17.948 +0800 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/TA-OMS_Inputs/bin/oms_inputs.py"     return client.get_token(oauth_parameters)&lt;BR /&gt;
07-26-2018 12:03:17.948 +0800 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/TA-OMS_Inputs/bin/oms_inputs.py"   File "/opt/splunk/etc/apps/TA-OMS_Inputs/bin/adal/oauth2_client.py", line 262, in get_token&lt;BR /&gt;
07-26-2018 12:03:17.948 +0800 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/TA-OMS_Inputs/bin/oms_inputs.py"     verify=self._call_context.get('verify_ssl', None))&lt;BR /&gt;
07-26-2018 12:03:17.948 +0800 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/TA-OMS_Inputs/bin/oms_inputs.py"   File "/opt/splunk/etc/apps/TA-OMS_Inputs/bin/ta_oms_inputs/requests/api.py", line 110, in post&lt;BR /&gt;
07-26-2018 12:03:17.948 +0800 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/TA-OMS_Inputs/bin/oms_inputs.py"     return request('post', url, data=data, json=json, **kwargs)&lt;BR /&gt;
07-26-2018 12:03:17.948 +0800 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/TA-OMS_Inputs/bin/oms_inputs.py"   File "/opt/splunk/etc/apps/TA-OMS_Inputs/bin/ta_oms_inputs/requests/api.py", line 56, in request&lt;BR /&gt;
07-26-2018 12:03:17.948 +0800 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/TA-OMS_Inputs/bin/oms_inputs.py"     return session.request(method=method, url=url, **kwargs)&lt;BR /&gt;
07-26-2018 12:03:17.948 +0800 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/TA-OMS_Inputs/bin/oms_inputs.py"   File "/opt/splunk/etc/apps/TA-OMS_Inputs/bin/ta_oms_inputs/requests/sessions.py", line 488, in request&lt;BR /&gt;
07-26-2018 12:03:17.948 +0800 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/TA-OMS_Inputs/bin/oms_inputs.py"     resp = self.send(prep, **send_kwargs)&lt;BR /&gt;
07-26-2018 12:03:17.948 +0800 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/TA-OMS_Inputs/bin/oms_inputs.py"   File "/opt/splunk/etc/apps/TA-OMS_Inputs/bin/ta_oms_inputs/requests/sessions.py", line 609, in send&lt;BR /&gt;
07-26-2018 12:03:17.948 +0800 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/TA-OMS_Inputs/bin/oms_inputs.py"     r = adapter.send(request, **kwargs)&lt;BR /&gt;
07-26-2018 12:03:17.948 +0800 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/TA-OMS_Inputs/bin/oms_inputs.py"   File "/opt/splunk/etc/apps/TA-OMS_Inputs/bin/ta_oms_inputs/requests/adapters.py", line 487, in send&lt;BR /&gt;
07-26-2018 12:03:17.948 +0800 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/TA-OMS_Inputs/bin/oms_inputs.py"     raise ConnectionError(e, request=request)&lt;BR /&gt;
07-26-2018 12:03:17.948 +0800 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/TA-OMS_Inputs/bin/oms_inputs.py" ConnectionError: HTTPSConnectionPool(host='login.microsoftonline.com', port=443): Max retries exceeded with url: /7007305e-2664-4e6b-b9a4-c4d5ccfd1524/oauth2/token?api-version=1.0 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out',))&lt;BR /&gt;
07-26-2018 12:03:17.975 +0800 ERROR ExecProcessor - message from "python /opt/splunk/etc/apps/TA-OMS_Inputs/bin/oms_inputs.py" ERRORHTTPSConnectionPool(host='login.microsoftonline.com', port=443): Max retries exceeded with url: /7007305e-2664-4e6b-b9a4-c4d5ccfd1524/oauth2/token?api-version=1.0 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out',))&lt;BR /&gt;
07-26-2018 12:03:18.814 +0800 ERROR ClusteringMgr - VerifyMultisiteConfig failed Error=failed method=GET path=/services/cluster/master/info/?output_mode=json master=10.xxx.xxx.xxx:8089 rv=0 gotConnectionError=1 gotUnexpectedStatusCode=0 actual_response_code=502 expected_response_code=2xx status_line="Error connecting: Connection refused" socket_error="Connection refused" remote_error=&lt;/P&gt;

&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/199197"&gt;@jkat54&lt;/a&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 20:39:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Problem-getting-the-TA-OMS-inputs-working-version-1-3/m-p/459899#M67632</guid>
      <dc:creator>robtun1</dc:creator>
      <dc:date>2020-09-29T20:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem getting the TA OMS inputs working version 1.3</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Problem-getting-the-TA-OMS-inputs-working-version-1-3/m-p/459900#M67633</link>
      <description>&lt;P&gt;They’ve deprecated the API this app uses.  I hope to release a fix soon.&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2018 18:00:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Problem-getting-the-TA-OMS-inputs-working-version-1-3/m-p/459900#M67633</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2018-07-27T18:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem getting the TA OMS inputs working version 1.3</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Problem-getting-the-TA-OMS-inputs-working-version-1-3/m-p/459901#M67634</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Please find below link has more info.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/655954/why-am-i-unable-to-configure-microsoft-oms-modular.html"&gt;https://answers.splunk.com/answers/655954/why-am-i-unable-to-configure-microsoft-oms-modular.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jul 2018 18:21:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Problem-getting-the-TA-OMS-inputs-working-version-1-3/m-p/459901#M67634</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2018-07-27T18:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem getting the TA OMS inputs working version 1.3</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Problem-getting-the-TA-OMS-inputs-working-version-1-3/m-p/459902#M67635</link>
      <description>&lt;P&gt;Did you see your error related to your cluster master?  Need any help with that?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2018 02:12:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Problem-getting-the-TA-OMS-inputs-working-version-1-3/m-p/459902#M67635</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2018-07-30T02:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Problem getting the TA OMS inputs working version 1.3</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Problem-getting-the-TA-OMS-inputs-working-version-1-3/m-p/459903#M67636</link>
      <description>&lt;P&gt;@robtun Did you fixed the bug and able to receive OMS data?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Aug 2018 04:08:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Problem-getting-the-TA-OMS-inputs-working-version-1-3/m-p/459903#M67636</guid>
      <dc:creator>ips_mandar</dc:creator>
      <dc:date>2018-08-13T04:08:50Z</dc:date>
    </item>
  </channel>
</rss>

