<?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 Cloud360 AWS set up in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Cloud360-AWS-set-up/m-p/711361#M117525</link>
    <description>&lt;P&gt;I am setting up Cloud360 45c version in my dev environment which is standalone server. I have configured all the files and look ups but when i am trying to run the main.py script it is giving me below error:&lt;/P&gt;&lt;P&gt;splunk@s-9ee55895 scripts]$ /opt/splunk/bin/splunk cmd python3 main.py METRIC&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/opt/splunk/etc/apps/acn_cloud360-aws_edc_rhel_7.x_tenant01/bin/scripts/../../lib/pandas/core/indexes/base.py", line 3361, in get_loc&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return self._engine.get_loc(casted_key)&lt;BR /&gt;&amp;nbsp; File "pandas/_libs/index.pyx", line 76, in pandas._libs.index.IndexEngine.get_loc&lt;BR /&gt;&amp;nbsp; File "pandas/_libs/index.pyx", line 108, in pandas._libs.index.IndexEngine.get_loc&lt;BR /&gt;&amp;nbsp; File "pandas/_libs/hashtable_class_helper.pxi", line 5198, in pandas._libs.hashtable.PyObjectHashTable.get_item&lt;BR /&gt;&amp;nbsp; File "pandas/_libs/hashtable_class_helper.pxi", line 5206, in pandas._libs.hashtable.PyObjectHashTable.get_item&lt;BR /&gt;KeyError: 'enabled'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The above exception was the direct cause of the following exception:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "main.py", line 12, in &amp;lt;module&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from aws_manager import Cloud360_AWS_Manager&lt;BR /&gt;&amp;nbsp; File "/opt/splunk/etc/apps/acn_cloud360-aws_edc_rhel_7.x_tenant01/bin/scripts/aws_manager.py", line 10, in &amp;lt;module&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; import aws_detail_structure_processor as DetailStructureProcessor&lt;BR /&gt;&amp;nbsp; File "/opt/splunk/etc/apps/acn_cloud360-aws_edc_rhel_7.x_tenant01/bin/scripts/aws_detail_structure_processor.py", line 50, in &amp;lt;module&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raw_metric_catalog_df = raw_metric_catalog_df[raw_metric_catalog_df['enabled'] == 0]&lt;BR /&gt;&amp;nbsp; File "/opt/splunk/etc/apps/acn_cloud360-aws_edc_rhel_7.x_tenant01/bin/scripts/../../lib/pandas/core/frame.py", line 3458, in __getitem__&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; indexer = self.columns.get_loc(key)&lt;BR /&gt;&amp;nbsp; File "/opt/splunk/etc/apps/acn_cloud360-aws_edc_rhel_7.x_tenant01/bin/scripts/../../lib/pandas/core/indexes/base.py", line 3363, in get_loc&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise KeyError(key) from err&lt;BR /&gt;KeyError: 'enabled'&lt;/P&gt;&lt;P&gt;Can anyone help me what i am missing here ?&lt;/P&gt;</description>
    <pubDate>Wed, 12 Feb 2025 13:53:11 GMT</pubDate>
    <dc:creator>JagsP</dc:creator>
    <dc:date>2025-02-12T13:53:11Z</dc:date>
    <item>
      <title>Cloud360 AWS set up</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cloud360-AWS-set-up/m-p/711361#M117525</link>
      <description>&lt;P&gt;I am setting up Cloud360 45c version in my dev environment which is standalone server. I have configured all the files and look ups but when i am trying to run the main.py script it is giving me below error:&lt;/P&gt;&lt;P&gt;splunk@s-9ee55895 scripts]$ /opt/splunk/bin/splunk cmd python3 main.py METRIC&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "/opt/splunk/etc/apps/acn_cloud360-aws_edc_rhel_7.x_tenant01/bin/scripts/../../lib/pandas/core/indexes/base.py", line 3361, in get_loc&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return self._engine.get_loc(casted_key)&lt;BR /&gt;&amp;nbsp; File "pandas/_libs/index.pyx", line 76, in pandas._libs.index.IndexEngine.get_loc&lt;BR /&gt;&amp;nbsp; File "pandas/_libs/index.pyx", line 108, in pandas._libs.index.IndexEngine.get_loc&lt;BR /&gt;&amp;nbsp; File "pandas/_libs/hashtable_class_helper.pxi", line 5198, in pandas._libs.hashtable.PyObjectHashTable.get_item&lt;BR /&gt;&amp;nbsp; File "pandas/_libs/hashtable_class_helper.pxi", line 5206, in pandas._libs.hashtable.PyObjectHashTable.get_item&lt;BR /&gt;KeyError: 'enabled'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The above exception was the direct cause of the following exception:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;&amp;nbsp; File "main.py", line 12, in &amp;lt;module&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from aws_manager import Cloud360_AWS_Manager&lt;BR /&gt;&amp;nbsp; File "/opt/splunk/etc/apps/acn_cloud360-aws_edc_rhel_7.x_tenant01/bin/scripts/aws_manager.py", line 10, in &amp;lt;module&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; import aws_detail_structure_processor as DetailStructureProcessor&lt;BR /&gt;&amp;nbsp; File "/opt/splunk/etc/apps/acn_cloud360-aws_edc_rhel_7.x_tenant01/bin/scripts/aws_detail_structure_processor.py", line 50, in &amp;lt;module&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raw_metric_catalog_df = raw_metric_catalog_df[raw_metric_catalog_df['enabled'] == 0]&lt;BR /&gt;&amp;nbsp; File "/opt/splunk/etc/apps/acn_cloud360-aws_edc_rhel_7.x_tenant01/bin/scripts/../../lib/pandas/core/frame.py", line 3458, in __getitem__&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; indexer = self.columns.get_loc(key)&lt;BR /&gt;&amp;nbsp; File "/opt/splunk/etc/apps/acn_cloud360-aws_edc_rhel_7.x_tenant01/bin/scripts/../../lib/pandas/core/indexes/base.py", line 3363, in get_loc&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; raise KeyError(key) from err&lt;BR /&gt;KeyError: 'enabled'&lt;/P&gt;&lt;P&gt;Can anyone help me what i am missing here ?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2025 13:53:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cloud360-AWS-set-up/m-p/711361#M117525</guid>
      <dc:creator>JagsP</dc:creator>
      <dc:date>2025-02-12T13:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Cloud360 AWS set up</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Cloud360-AWS-set-up/m-p/711754#M117550</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/271073"&gt;@JagsP&lt;/a&gt;- I don't see this App on the Splunkbase. Where did you get this App??&lt;/P&gt;&lt;P&gt;( The reason I'm asking is because the error is coming from the Python code within this App.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps!!!&lt;/P&gt;</description>
      <pubDate>Sun, 16 Feb 2025 04:46:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Cloud360-AWS-set-up/m-p/711754#M117550</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2025-02-16T04:46:55Z</dc:date>
    </item>
  </channel>
</rss>

