<?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: Skyline: adding multiple export targets in OpenTelemetry/Skyline</title>
    <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-adding-multiple-export-targets/m-p/178459#M142</link>
    <description>&lt;P&gt;I see.&lt;/P&gt;
&lt;P&gt;Yes, that is correct, Skyline currently does not support multiple export targets with the same type (i.e. both Prometheus server).&lt;/P&gt;
&lt;P&gt;We will add this support soon though, so keep an eye out for the next Skyline version.&lt;/P&gt;</description>
    <pubDate>Wed, 19 Apr 2023 10:31:48 GMT</pubDate>
    <dc:creator>Arik_Ovtracht</dc:creator>
    <dc:date>2023-04-19T10:31:48Z</dc:date>
    <item>
      <title>Skyline: adding multiple export targets</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-adding-multiple-export-targets/m-p/177830#M133</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I'm currently attempting to deploy Skyline, but I've run into a problem with adding multiple export targets to the config file. I would greatly appreciate any advice you may have on this matter. Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 08:24:53 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-adding-multiple-export-targets/m-p/177830#M133</guid>
      <dc:creator>a-pomaskin</dc:creator>
      <dc:date>2023-04-11T08:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Skyline: adding multiple export targets</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-adding-multiple-export-targets/m-p/178004#M134</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/88169"&gt;@a-pomaskin&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;can you share more details? What are you trying to do exactly?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 07:54:50 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-adding-multiple-export-targets/m-p/178004#M134</guid>
      <dc:creator>Arik_Ovtracht</dc:creator>
      <dc:date>2023-04-13T07:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Skyline: adding multiple export targets</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-adding-multiple-export-targets/m-p/178006#M135</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/11958"&gt;@Arik_Ovtracht&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am currently working on deploying Skyline based on sk178566. However, I am facing an issue with adding multiple export targets to the config file.&lt;BR /&gt;Please take a look at my current payload-tls.json:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;{
    "enabled": true,
    "export-targets": {"add": [
        {
            "client-auth": {
                "basic": {
                    "username": "checkpoint",
                    "password": "&amp;lt;PASSWORD&amp;gt;"
                }
            },
            "enabled": true,
            "server-auth": {
                "ca-public-key": {
                    "type": "PEM-X509",
                    "value":"&amp;lt;CERT&amp;gt;"
                }
            },
			"type": "prometheus-remote-write",
            "url": "https://u40.prometheus-collector.service.rockset-s.local/api/v1/write"
			},
		{
            "client-auth": {
                "basic": {
                    "username": "checkpoint",
                    "password": "&amp;lt;PASSWORD&amp;gt;"
                }
            },
            "enabled": true,
            "server-auth": {
                "ca-public-key": {
                    "type": "PEM-X509",
                    "value":"&amp;lt;CERT&amp;gt;"
                }
            },
			"type": "prometheus-remote-write",
            "url": "https://m7.prometheus-collector.service.rockset-s.local/api/v1/write"
			}
    ]}
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;BR /&gt;Additionally, the output of the "/opt/CPotelcol/&lt;/SPAN&gt;&lt;A href="http://getotdynamicconfig.sh/" target="_blank" rel="noopener"&gt;GetOTDynamicConfig.sh&lt;/A&gt;&lt;SPAN&gt;" command shows that only the last export target is being displayed. The output is as follows:&lt;BR /&gt;&lt;BR /&gt;{"exporters": {"prometheusremotewrite": {"tls": {"ca_file": "/opt/CPotelcol/certs/ca-bundle.crt"}, "headers": {"Authorization": "Basic "}, "endpoint": "&lt;/SPAN&gt;&lt;A href="https://m7.prometheus-collector.service.rockset-s.local/api/v1/write" target="_blank" rel="noopener"&gt;https://m7.prometheus-collector.service.rockset-s.local/api/v1/write&lt;/A&gt;&lt;SPAN&gt;"}}, "service": {"pipelines": {"metrics": {"exporters": ["prometheusremotewrite"]}}}}&lt;BR /&gt;&lt;BR /&gt;I am wondering if there is an error in my Skyline json configuration.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I would greatly appreciate any advice or suggestions you may have regarding this issue. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 08:30:42 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-adding-multiple-export-targets/m-p/178006#M135</guid>
      <dc:creator>a-pomaskin</dc:creator>
      <dc:date>2023-04-13T08:30:42Z</dc:date>
    </item>
    <item>
      <title>Re: Skyline: adding multiple export targets</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-adding-multiple-export-targets/m-p/178410#M141</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I opened an SR with TAC&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;regarding this question, but unfortunately, TAC informed me that currently it is not possible to use multiple export targets in SkyLine.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 19:07:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-adding-multiple-export-targets/m-p/178410#M141</guid>
      <dc:creator>a-pomaskin</dc:creator>
      <dc:date>2023-04-18T19:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Skyline: adding multiple export targets</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-adding-multiple-export-targets/m-p/178459#M142</link>
      <description>&lt;P&gt;I see.&lt;/P&gt;
&lt;P&gt;Yes, that is correct, Skyline currently does not support multiple export targets with the same type (i.e. both Prometheus server).&lt;/P&gt;
&lt;P&gt;We will add this support soon though, so keep an eye out for the next Skyline version.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 10:31:48 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-adding-multiple-export-targets/m-p/178459#M142</guid>
      <dc:creator>Arik_Ovtracht</dc:creator>
      <dc:date>2023-04-19T10:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Skyline: adding multiple export targets</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-adding-multiple-export-targets/m-p/208253#M334</link>
      <description>&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/11958"&gt;@Arik_Ovtracht&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do we already have the new version of Skyline that allows sending to multiple Prometheus servers?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Elton Simões&lt;/P&gt;</description>
      <pubDate>Sat, 09 Mar 2024 12:55:51 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-adding-multiple-export-targets/m-p/208253#M334</guid>
      <dc:creator>eltonsimoes</dc:creator>
      <dc:date>2024-03-09T12:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: Skyline: adding multiple export targets</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-adding-multiple-export-targets/m-p/208266#M335</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/57113"&gt;@eltonsimoes&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Yes, it is now supported, see&amp;nbsp;&lt;A href="https://support.checkpoint.com/results/sk/sk178566" target="_self"&gt;sk178566.&lt;/A&gt;&amp;nbsp;It is also recommended to add the "name" key-value to the payload for each exporter definition, with a unique name per target.&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;{
    "enabled": true,
    "export-targets": {"add": [
        {
            "server-auth": {
                "sigv4auth": {
                  "region":"&amp;lt;Region&amp;gt;",
                  "aws-access-key-id": "&amp;lt;Access Key ID&amp;gt;",
                  "aws-secret-access-key": "&amp;lt;Access Key&amp;gt;",
                  "session-token": "&amp;lt;Seesion Token&amp;gt;"
                 }
            },
            "enabled": true,
            "type": "prometheus-remote-write",
            "url": "https://&amp;lt;IP1&amp;gt;:9090/api/v1/write",
            "name" : "my-target-1"
        },
        {
            "enabled": true,
            "type": "prometheus-remote-write",
            "url": "http://&amp;lt;IP2&amp;gt;:9090/api/v1/write",
            "name" : "my-target-2"
        }
    ]}
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2024 08:04:21 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-adding-multiple-export-targets/m-p/208266#M335</guid>
      <dc:creator>Elad_Chomsky</dc:creator>
      <dc:date>2024-03-10T08:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Skyline: adding multiple export targets</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-adding-multiple-export-targets/m-p/208414#M336</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/5970"&gt;@Elad_Chomsky&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the answer. It was out of date about sk178566. I read it again and found the necessary configuration for sending to multiple servers. However, in sk I noticed that it does not have a unique name and in the example given above it uses the unique name. Should I use it with a single name? Is it necessary to modify something in Prometheus? Thank you for now!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 19:29:10 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-adding-multiple-export-targets/m-p/208414#M336</guid>
      <dc:creator>eltonsimoes</dc:creator>
      <dc:date>2024-03-11T19:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Skyline: adding multiple export targets</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-adding-multiple-export-targets/m-p/208446#M337</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/57113"&gt;@eltonsimoes&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The correct approach is with a unique name, we will update the sk during the week, to the new format.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 09:19:48 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-adding-multiple-export-targets/m-p/208446#M337</guid>
      <dc:creator>Elad_Chomsky</dc:creator>
      <dc:date>2024-03-12T09:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Skyline: adding multiple export targets</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-adding-multiple-export-targets/m-p/208461#M338</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/5970"&gt;@Elad_Chomsky&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for answer!&amp;nbsp;But I need help with a configuration, I used the payload below, still without using SSL. I have the following scenario, the firewall already sends data to TARGET-1, but now I need to send the information to the new TARGET-2. However, I don't see the data arriving at TARGET-2 and sometimes I stop receiving information at TARGET-1.&lt;/P&gt;&lt;P&gt;My doubt is whether I am making the correct configuration in the payload. The configurations for TARGETs are standard, according to sk178566.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
    "enabled": true,
    "export-targets": {"add": [
        {
            "enabled": true,
            "type": "prometheus-remote-write",
            "url": "https://IP-PROMETHEUS-1:9090/api/v1/write",
			"name": "TARGET-1"
        },
        {
            "enabled": true,
            "type": "prometheus-remote-write",
            "url": "http://IP-PROMETHEUS-2:9090/api/v1/write",
			"name": "TARGET-2"
        }
    ]}
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 12:18:12 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-adding-multiple-export-targets/m-p/208461#M338</guid>
      <dc:creator>eltonsimoes</dc:creator>
      <dc:date>2024-03-12T12:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Skyline: adding multiple export targets</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-adding-multiple-export-targets/m-p/208474#M339</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/57113"&gt;@eltonsimoes&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Please contact me on private on &lt;A href="mailto:eladch@checkpoint.com," target="_blank"&gt;eladch@checkpoint.com,&lt;/A&gt;&amp;nbsp;and we will try to assist you.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 12:48:25 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-adding-multiple-export-targets/m-p/208474#M339</guid>
      <dc:creator>Elad_Chomsky</dc:creator>
      <dc:date>2024-03-12T12:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Skyline: adding multiple export targets</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-adding-multiple-export-targets/m-p/231472#M515</link>
      <description>&lt;P&gt;Can you please update the SK to make sure all available options are in the examples?&lt;/P&gt;
&lt;P&gt;The downloadable example files do not contain these syntax.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Further I do not know/see how to implement custom http headers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;maybe an updated documentation how to comfigure the payload.json would help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Amdin Guide does not contan these information, too:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://sc1.checkpoint.com/documents/Appliances/Skyline/Content/Topics-AG/Configuration-on-Servers-Gaia-OS-Prometheus-with-Grafana.htm?tocpath=Skyline%20Configuration%20on%20Check%20Point%20Servers%20that%20run%20Gaia%20OS%20-%20Prometheus%20with%20Grafana%7C_____0#Skyline_Configuration_on_Check_Point_Servers_that_run_Gaia_OS_-_Prometheus_wi..." target="_blank"&gt;Skyline Configuration on Check Point Servers that run Gaia OS - Prometheus with Grafana&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or I missed that all.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Nov 2024 10:01:32 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-adding-multiple-export-targets/m-p/231472#M515</guid>
      <dc:creator>Alexander_Wilke</dc:creator>
      <dc:date>2024-11-01T10:01:32Z</dc:date>
    </item>
  </channel>
</rss>

