<?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 to ingest skyline data into splunk in OpenTelemetry/Skyline</title>
    <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/how-to-ingest-skyline-data-into-splunk/m-p/218612#M404</link>
    <description>&lt;P&gt;Thank you Elad for pointing Network007 in the right direction.&lt;BR /&gt;&lt;SPAN&gt;Using PrometheusWrite is still possible, but HEC Input is more convinient, and does not require the addon.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;BR /&gt;Markus&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jun 2024 12:05:47 GMT</pubDate>
    <dc:creator>Markus_Malits</dc:creator>
    <dc:date>2024-06-25T12:05:47Z</dc:date>
    <item>
      <title>how to ingest skyline data into splunk</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/how-to-ingest-skyline-data-into-splunk/m-p/181936#M188</link>
      <description>&lt;P&gt;Dear Fellow Checkmates,&lt;/P&gt;&lt;P&gt;Since I was missing an Splunk integration in&amp;nbsp;&lt;A href="https://support.checkpoint.com/results/sk/sk178566" target="_self"&gt;sk178566&lt;/A&gt;, I put together some details for you.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Find below a quick Guide to add Skyline Metrics into Splunk Metric Index on a single instance Splunk server.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="ClusterXL Sample Metrics" style="width: 999px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/21072i2B51722CFAA4A667/image-size/large?v=v2&amp;amp;px=999" role="button" title="Splunk_ClusterXL_Skyline.png" alt="ClusterXL Sample Metrics" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;ClusterXL Sample Metrics&lt;/span&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Prerequisites for a single instance Splunk installation:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Install Splunk (&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.0.4/SearchTutorial/InstallSplunk" target="_self"&gt;Follow Instructions here&lt;/A&gt;)&lt;/LI&gt;&lt;LI&gt;Install Prometheus App for Splunk &lt;A href="https://splunkbase.splunk.com/app/4077" target="_blank" rel="noopener"&gt;https://splunkbase.splunk.com/app/4077&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;create &amp;nbsp;an metric type index to use e.g. skyline_prometheus_metric&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Configuration of Splunk as receiver:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Create Input to listen for Otel data:&lt;BR /&gt;Create inputs.conf inside /opt/splunk/etc/apps/modinput_prometheus/local/inputs.conf with following settings:&lt;/P&gt;&lt;P&gt;[prometheusrw]&lt;BR /&gt;&lt;SPAN&gt;port = 8098&lt;BR /&gt;&lt;/SPAN&gt;maxClients = 10&lt;BR /&gt;disabled = 0&lt;BR /&gt;&lt;BR /&gt;[prometheusrw://skyline_via_prometheus_metric]&lt;BR /&gt;bearerToken = ABC123&lt;BR /&gt;index = skyline_prometheus_metric&lt;BR /&gt;sourcetype = prometheus:metric&lt;BR /&gt;whitelist = *&lt;/P&gt;&lt;P&gt;Now restart splunk, and check for port 8098 listening.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;Check Point Skyline Configuration to send metrics:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Create config.yml with the following content, it will be used in the next step:&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "enabled": true,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "export-targets": {"add": [&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "client-auth": {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "token": {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "header-bearer-token": "ABC123"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; },&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "enabled": true,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "type": "prometheus-remote-write",&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "url": &lt;A href="http://splunk.lab.local:8098" target="_blank" rel="noopener"&gt;http://splunk.lab.local:8098&lt;/A&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ]}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;Finaly configure CPotelcol:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;/opt/CPotelcol/REST.py --set_open_telemetry “$(cat config.yml)”&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;On Splunk UI to see the metrics preview:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;| mpreview index=skyline_prometheus_metric&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;To see latest ClusterXL details for example:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;| mstats latest(cluster_xl_members_state) as state WHERE index="skyline_prometheus_metric" by host_name,name,id&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For details about splunk metric search language refer to:&lt;BR /&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.0.4/Metrics/Search" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/Splunk/9.0.4/Metrics/Search&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Final Hint: To get proper mapping of clusterxl description, I extracted the lookup from prometheus dashboards provided by Check Point.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Enjoy, and if there are any questions let me know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 14:14:16 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/how-to-ingest-skyline-data-into-splunk/m-p/181936#M188</guid>
      <dc:creator>Markus_Malits</dc:creator>
      <dc:date>2023-05-24T14:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to ingest skyline data into splunk</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/how-to-ingest-skyline-data-into-splunk/m-p/181944#M189</link>
      <description>&lt;P&gt;Wow, thats impressive work&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/1432"&gt;@Markus_Malits&lt;/a&gt;&amp;nbsp;, thank you very much for sharing! &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;span class="lia-unicode-emoji" title=":flexed_biceps:"&gt;💪&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 14:43:31 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/how-to-ingest-skyline-data-into-splunk/m-p/181944#M189</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2023-05-24T14:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to ingest skyline data into splunk</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/how-to-ingest-skyline-data-into-splunk/m-p/181949#M190</link>
      <description>&lt;P&gt;Its always nice to see put true professional effort to help others, its so valuable.&lt;/P&gt;
&lt;PRE id="tw-target-text" class="tw-data-text tw-text-large tw-ta" data-placeholder="Translation"&gt;&lt;SPAN class="Y2IQFc"&gt;Vielen Dank &lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/1432"&gt;@Markus_Malits&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 24 May 2023 14:51:34 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/how-to-ingest-skyline-data-into-splunk/m-p/181949#M190</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2023-05-24T14:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to ingest skyline data into splunk</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/how-to-ingest-skyline-data-into-splunk/m-p/218599#M402</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/1432"&gt;@Markus_Malits&lt;/a&gt;&amp;nbsp;- could you please assist me configuring the above solution:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm encountering an issue with ingesting data from a Prometheus remote_write_agent into Splunk Enterprise – this solution utilises the ‘Prometheus Metrics for Splunk and is within a Test Environment.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Details:&lt;BR /&gt;&lt;/STRONG&gt;Splunk Version: Splunk Enterprise 9.2 (Trial License)&lt;BR /&gt;Operating System: Ubuntu 22.04&lt;BR /&gt;&lt;SPAN&gt;Splunk Application: Prometheus Metrics for Splunk (Latest Version 1.0.1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Configuration and troubleshooting completed:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1) Splunk Enterprise installed&lt;BR /&gt;2) Installed latest compatible version of Prometheus App for Splunk &lt;A href="https://splunkbase.splunk.com/app/4077" target="_blank" rel="noopener"&gt;https://splunkbase.splunk.com/app/4077&lt;/A&gt;&lt;BR /&gt;3) Created a metric type index to use: 'prometheus' - ensured it was enabled&lt;/P&gt;&lt;P&gt;4) Configured&amp;nbsp;&lt;STRONG&gt;inputs.conf&amp;nbsp;&lt;/STRONG&gt;(&lt;SPAN&gt;/opt/splunk/etc/apps/modinput_prometheus/local/inputs.conf) to meet the configuration parameters within the&amp;nbsp;&lt;STRONG&gt;inputs.spec.conf &lt;/STRONG&gt;(/opt/splunk/etc/apps/modinput_prometheus/README/inputs.conf.spec)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I copied this chunk from the examples in the&amp;nbsp;modinput_prometheus/default/inputs.conf file to ensure no syntax errors.&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="inputs.conf.JPG" style="width: 400px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/26433i8942C97C0D88C17E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="inputs.conf.JPG" alt="inputs.conf.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;5) Confirmed the port 8098 State had changed to &lt;STRONG&gt;Listen&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Port8098.JPG" style="width: 889px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/26423i725F591485EFE691/image-dimensions/889x14?v=v2" width="889" height="14" role="button" title="Port8098.JPG" alt="Port8098.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Port8098_LISTEN.JPG" style="width: 2031px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/26424i2C00050D5161E569/image-dimensions/2031x30?v=v2" width="2031" height="30" role="button" title="Port8098_LISTEN.JPG" alt="Port8098_LISTEN.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;6) Created the&amp;nbsp;&lt;STRONG&gt;config.yml&lt;/STRONG&gt; and according to formatting structure above &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="config.yml-errors-caused.JPG" style="width: 400px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/26432iB952975B887EBDFC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="config.yml-errors-caused.JPG" alt="config.yml-errors-caused.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, there appeared to be a syntax error (potentially the &lt;STRONG&gt;]}&lt;/STRONG&gt; causing this error to be returned:&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="config2.yml.JPG" style="width: 400px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/26431iFEA9348E2A84D681/image-size/medium?v=v2&amp;amp;px=400" role="button" title="config2.yml.JPG" alt="config2.yml.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;7) &lt;STRONG&gt;Configured and Ran CPotelcol -&amp;nbsp;&lt;/STRONG&gt;ran command&amp;nbsp;/opt/CPotelcol/REST.py --set_open_telemetry “$(cat /opt/CPotelcol/config.yml)” -&amp;nbsp;&lt;STRONG&gt;Result: TypeError: &amp;lt;lambda&amp;gt; ( ) missing 1 required positional argument 'val'&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="config.yml-errors-caused2.JPG" style="width: 789px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/26430i0A875DE0529E35A4/image-dimensions/789x253?v=v2" width="789" height="253" role="button" title="config.yml-errors-caused2.JPG" alt="config.yml-errors-caused2.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I am not able to change the config.yml file to match the&amp;nbsp;JSON payload for Splunk - connection without TLS in&amp;nbsp;&lt;A href="https://sc1.checkpoint.com/documents/Appliances/Skyline/Content/Topics-AG/Configuration-on-Servers-Gaia-OS-Other-Tools.htm?tocpath=Skyline%20Configuration%20on%20Check%20Point%20Servers%20that%20run%20Gaia%20OS%20-%20Other%20Monitoring%20Tools%7C_____0#Step_1_-_Install_the_Third-Party_Monitoring_Tool" target="_blank" rel="noopener"&gt;Skyline Configuration on Check Point Servers that run Gaia OS - Other Monitoring Tools&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have also tried to isolate the issue with the config.yml by investigating the /opt/CPotecol/REST.py but have been unsuccessful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please advise on what needs to be fixed to be able to configure the config.yml file correctly, thank you very much.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 10:35:00 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/how-to-ingest-skyline-data-into-splunk/m-p/218599#M402</guid>
      <dc:creator>Network007</dc:creator>
      <dc:date>2024-06-25T10:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to ingest skyline data into splunk</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/how-to-ingest-skyline-data-into-splunk/m-p/218607#M403</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/108417"&gt;@Network007&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please review the admin guide, with then new deployment method ( skyline configuration tool ) - you should be able to interact with Splunk directly.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://sc1.checkpoint.com/documents/Appliances/Skyline/Content/Topics-AG/Introduction.htm" target="_blank"&gt;https://sc1.checkpoint.com/documents/Appliances/Skyline/Content/Topics-AG/Introduction.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 10:48:42 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/how-to-ingest-skyline-data-into-splunk/m-p/218607#M403</guid>
      <dc:creator>Elad_Chomsky</dc:creator>
      <dc:date>2024-06-25T10:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to ingest skyline data into splunk</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/how-to-ingest-skyline-data-into-splunk/m-p/218612#M404</link>
      <description>&lt;P&gt;Thank you Elad for pointing Network007 in the right direction.&lt;BR /&gt;&lt;SPAN&gt;Using PrometheusWrite is still possible, but HEC Input is more convinient, and does not require the addon.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;BR /&gt;Markus&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 12:05:47 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/how-to-ingest-skyline-data-into-splunk/m-p/218612#M404</guid>
      <dc:creator>Markus_Malits</dc:creator>
      <dc:date>2024-06-25T12:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to ingest skyline data into splunk</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/how-to-ingest-skyline-data-into-splunk/m-p/219231#M406</link>
      <description>&lt;P&gt;If possible could you please share a working example of what a correct no-tls-payload.json file is configured as for a Splunk Enterprise HTTP Event Collector.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2024 06:18:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/how-to-ingest-skyline-data-into-splunk/m-p/219231#M406</guid>
      <dc:creator>Network007</dc:creator>
      <dc:date>2024-07-01T06:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to ingest skyline data into splunk</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/how-to-ingest-skyline-data-into-splunk/m-p/219251#M407</link>
      <description>&lt;P&gt;Example payload attached:&amp;nbsp;&lt;/P&gt;
&lt;TABLE class="TableStyle-TP_Table_Code_with_Small_Font_Size_in_PDF_70percent" cellspacing="0"&gt;&lt;COLGROUP&gt;&lt;COL /&gt;&lt;/COLGROUP&gt;
&lt;TBODY&gt;
&lt;TR class="TableStyle-TP_Table_Code_with_Small_Font_Size_in_PDF_70percent-Body-Row"&gt;
&lt;TD class="TableStyle-TP_Table_Code_with_Small_Font_Size_in_PDF_70percent-BodyA--Row"&gt;
&lt;PRE space="preserve"&gt;{
    "enabled": true,
    "export-targets": {
        "add": [
            {
                "client-auth": {
                    "token": {
                        "custom-header": {
                            "key": "token",
                            "value": "&lt;SPAN&gt;&amp;lt;YOUR_HEC_TOKEN&amp;gt;&lt;/SPAN&gt;"
                        }
                    }
                },
                "enabled": true,
                "type": "splunk_hec",
                "name": "splunkidisplunk",
                "url": "&lt;SPAN&gt;https&lt;/SPAN&gt;://&lt;SPAN&gt;&amp;lt;FQDN_or_IP_of_SPLUNK_SERVER&amp;gt;&lt;/SPAN&gt;:8088/services/collector"
            }
        ]
    }
}&lt;/PRE&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Mon, 01 Jul 2024 08:03:53 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/how-to-ingest-skyline-data-into-splunk/m-p/219251#M407</guid>
      <dc:creator>Elad_Chomsky</dc:creator>
      <dc:date>2024-07-01T08:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to ingest skyline data into splunk</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/how-to-ingest-skyline-data-into-splunk/m-p/219319#M409</link>
      <description>&lt;P&gt;Is there a way to change the value of the "index" key Check Point sends? For example, here is an OpenTelemetry data point:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{
  "time": 1719862567.27,
  "host": "DallasSA",
  "source": "otel",
  "sourcetype": "otel",
  "index": "main",
  "event": "metric",
  "fields": {
    "service.name": "CPviewExporter",
    "service.namespace": "vs_id_0",
    "service.version": "CPviewExporter-0.1.0",
    "name": "cp_mgmt",
    "type": "IPv4",
    "metric_name:vsx.core_xl.count": 2,
    "metric_type": "Gauge"
  }
}&lt;/LI-CODE&gt;
&lt;P&gt;The team which runs my company's telemetry aggregation infrastructure wants us to send to the index "check_point". I don't find any documentation on how to change that from "main" to something else.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2024 19:37:39 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/how-to-ingest-skyline-data-into-splunk/m-p/219319#M409</guid>
      <dc:creator>Bob_Zimmerman</dc:creator>
      <dc:date>2024-07-01T19:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to ingest skyline data into splunk</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/how-to-ingest-skyline-data-into-splunk/m-p/219361#M410</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/27871"&gt;@Bob_Zimmerman&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;It looks like according to the &lt;A href="https://community.splunk.com/t5/Community-Blog/Routing-Data-to-Different-Splunk-Indexes-in-the-OpenTelemetry/ba-p/614238" target="_self"&gt;official documentation&lt;/A&gt; it should be done using a processor, please open an RFE for CheckPoint, so we will see if we can add this feature to the roadmap.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 07:54:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/how-to-ingest-skyline-data-into-splunk/m-p/219361#M410</guid>
      <dc:creator>Elad_Chomsky</dc:creator>
      <dc:date>2024-07-02T07:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to ingest skyline data into splunk</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/how-to-ingest-skyline-data-into-splunk/m-p/219524#M412</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/5970"&gt;@Elad_Chomsky&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've done a clean install of a new gateway on a VM and applied the Recommended Jumbo Hotfix. Could you please advise what this error might mean and how to resolve it - error returned:...&amp;nbsp;&lt;STRONG&gt;http: server gave HTTP response to HTTPS client&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="error-payloadjson.JPG" style="width: 632px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/26599iCEB73F704990DD85/image-dimensions/632x338?v=v2" width="632" height="338" role="button" title="error-payloadjson.JPG" alt="error-payloadjson.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="error.JPG" style="width: 999px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/26598i855E139A9B54F339/image-size/large?v=v2&amp;amp;px=999" role="button" title="error.JPG" alt="error.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 08:53:56 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/how-to-ingest-skyline-data-into-splunk/m-p/219524#M412</guid>
      <dc:creator>Network007</dc:creator>
      <dc:date>2024-07-03T08:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to ingest skyline data into splunk</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/how-to-ingest-skyline-data-into-splunk/m-p/219560#M413</link>
      <description>&lt;P&gt;That means the client sent a Client Hello, and the server responded with a cleartext HTTP response instead of a Server Hello. You can either set up TLS on the server side or change the URL on the client side to not attempt to use TLS.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 13:27:10 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/how-to-ingest-skyline-data-into-splunk/m-p/219560#M413</guid>
      <dc:creator>Bob_Zimmerman</dc:creator>
      <dc:date>2024-07-03T13:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to ingest skyline data into splunk</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/how-to-ingest-skyline-data-into-splunk/m-p/219569#M414</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/108417"&gt;@Network007&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;1) Try without the '/services/collector' part it might be a mismatch on documentation from our side.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) As&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/27871"&gt;@Bob_Zimmerman&lt;/a&gt;, align the HTTP and HTTPS, according to whether your server supports TLS.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2024 13:46:04 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/how-to-ingest-skyline-data-into-splunk/m-p/219569#M414</guid>
      <dc:creator>Elad_Chomsky</dc:creator>
      <dc:date>2024-07-03T13:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to ingest skyline data into splunk</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/how-to-ingest-skyline-data-into-splunk/m-p/219865#M420</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/5970"&gt;@Elad_Chomsky&lt;/a&gt; and&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/27871"&gt;@Bob_Zimmerman&lt;/a&gt; for the assistance - I've resolved the issue by updating the&amp;nbsp;Security Gateways on VM from Hotfix R81.20 Jumbo Take 53 to R81.20 Jumbo Take 65. No other changes were required on the Payload.Json file.&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jul 2024 22:59:55 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/how-to-ingest-skyline-data-into-splunk/m-p/219865#M420</guid>
      <dc:creator>Network007</dc:creator>
      <dc:date>2024-07-07T22:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to ingest skyline data into splunk</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/how-to-ingest-skyline-data-into-splunk/m-p/219866#M421</link>
      <description>&lt;P&gt;Hi Markus, could you please explain if you have been able to utilise the Skyline JSON dashboards within Splunk, and if so, what was the process to update the dashboards from the Grafana focused configuration?&lt;/P&gt;&lt;P&gt;Skyline Dashboards:&lt;A href="https://community.checkpoint.com/t5/Telemetry/bd-p/Telemetry" target="_blank"&gt;Telemetry - Check Point CheckMates&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jul 2024 23:09:30 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/how-to-ingest-skyline-data-into-splunk/m-p/219866#M421</guid>
      <dc:creator>Network007</dc:creator>
      <dc:date>2024-07-07T23:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to ingest skyline data into splunk</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/how-to-ingest-skyline-data-into-splunk/m-p/220027#M424</link>
      <description>&lt;P&gt;I may be experiencing a similar issue - just to confirm have you been able to configure Splunk to ingest the skyline a different Index instead of defaulting to the Main index?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 23:35:19 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/how-to-ingest-skyline-data-into-splunk/m-p/220027#M424</guid>
      <dc:creator>Network007</dc:creator>
      <dc:date>2024-07-08T23:35:19Z</dc:date>
    </item>
  </channel>
</rss>

