<?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: How to reset skyline config? in OpenTelemetry/Skyline</title>
    <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-How-to-reset-skyline-config/m-p/234718#M528</link>
    <description>&lt;P&gt;Hi Elad,&lt;/P&gt;
&lt;P&gt;Can you explain how to do the rebase operation?&lt;/P&gt;</description>
    <pubDate>Thu, 05 Dec 2024 10:05:23 GMT</pubDate>
    <dc:creator>Nik_Bloemers</dc:creator>
    <dc:date>2024-12-05T10:05:23Z</dc:date>
    <item>
      <title>Skyline: How to reset skyline config?</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-How-to-reset-skyline-config/m-p/204176#M301</link>
      <description>&lt;P&gt;After getting Skyline to send data to our Prometheus, I got overconfident and started feeding different json files to&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sklnctl export --set "$( cat file.json)".&lt;/P&gt;&lt;P&gt;(along sk178566)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Situation now:&lt;/P&gt;&lt;P&gt;- No new data appears in Prometheus&lt;/P&gt;&lt;P&gt;- Runing sklnctl with the original json file does NOT restore the original (working) behaviour&lt;/P&gt;&lt;P&gt;- "/opt/CPviewExporter/otlp_cpview.log"&amp;nbsp; shows lines of&lt;/P&gt;&lt;P&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; 2024/01/25 15:24:23 max retry time elapsed: rpc error: code = Unavailable desc = connection error:&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; desc = "transport: Error while dialing dial unix /opt/CPotelcol/grpc_otlp.sock: connect: no such file or directory"&lt;/P&gt;&lt;P&gt;- Running&amp;nbsp; "/opt/CPotelcol/GetOTDynamicConfig.sh | jq ." &amp;nbsp;&amp;nbsp; gives some strange data, different from what it was before:&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "exporters": {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "prometheusremotewrite": {&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "headers": {&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;&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;&amp;nbsp;&amp;nbsp; "authorization": "Basic ${env:PROMETHEUSREMOTEWRITE_SKYLINE_BASIC_TOKEN}"&lt;BR /&gt;&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;&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;&amp;nbsp;&amp;nbsp; (^^^^^^^^^^^^&amp;nbsp; This had been the base64-endcoded user:pass before)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "service": {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "pipelines": {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "metrics/skyline": {&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; "exporters": [&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;&amp;nbsp;&amp;nbsp; "prometheusremotewrite",&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;&amp;nbsp;&amp;nbsp; "prometheusremotewrite",&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;&amp;nbsp;&amp;nbsp; "prometheusremotewrite",&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;&amp;nbsp; "prometheusremotewrite"&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; ],&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; "processors": [&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;&amp;nbsp;&amp;nbsp; "batch",&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;&amp;nbsp;&amp;nbsp; "filter/skyline"&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; ],&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; "receivers": [&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;&amp;nbsp;&amp;nbsp;&amp;nbsp; "otlp"&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;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; "exporters" and "processors" previously contained only one value each.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To me, it looks like sklnctl somehow accumulates entries instead of replacing them.&lt;/P&gt;&lt;P&gt;--&amp;gt; Is there a way to completely reset the skyline configuration so I can restart from scratch?&lt;/P&gt;&lt;P&gt;We are running R81.10 Take 130.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 15:04:43 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-How-to-reset-skyline-config/m-p/204176#M301</guid>
      <dc:creator>Toolmaker</dc:creator>
      <dc:date>2024-01-25T15:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Skyline: How to reset skyline config?</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-How-to-reset-skyline-config/m-p/204183#M302</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/57763"&gt;@Toolmaker&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;The multiple exporters is a known cosmetic issue, we are working to fix it, should not impact Skyline.&lt;/P&gt;
&lt;P&gt;Try to run /opt/CPotelcol/CPotelcolCli.sh set_dynamic_config "$(cat /opt/CPotelcol/config.json)", and then re-run the script.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 15:34:12 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-How-to-reset-skyline-config/m-p/204183#M302</guid>
      <dc:creator>Elad_Chomsky</dc:creator>
      <dc:date>2024-01-25T15:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Skyline: How to reset skyline config?</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-How-to-reset-skyline-config/m-p/204259#M306</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;,&lt;/P&gt;&lt;P&gt;many thanks for the reply.&lt;/P&gt;&lt;P&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /opt/CPotelcol/CPotelcolCli.sh set_dynamic_config "$(cat /opt/CPotelcol/config.json)"&lt;/P&gt;&lt;P&gt;indeed removes the multiple "exporters" values.&lt;/P&gt;&lt;P&gt;Still, no data arrives at prometheus.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;What finally did work was using the "old" method via REST.py:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /opt/CPotelcol/REST.py --set_open_telemetry "$(cat payload.json)"&lt;/P&gt;&lt;P&gt;Printed a warning about better using sklnctl, but now prometheus gets fed again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some thoughts - not sure if these are related to the issue:&lt;/P&gt;&lt;P&gt;(1)&amp;nbsp; Running&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; /opt/CPotelcol/GetOTDynamicConfig.sh | jq .exporters.prometheusremotewrite.headers&amp;nbsp;&amp;nbsp;&lt;BR /&gt;after REST.py gives &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Authorization": "Basic dXNlcjp0b3BzZWNyZXQK",&lt;BR /&gt;&lt;BR /&gt;(not the real user/pass), while after "sklnctl export" ... it gives&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "authorization": "Basic ${env:PROMETHEUSREMOTEWRITE_SKYLINE_BASIC_TOKEN}"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;(2) /var/log/otelcol.env:&lt;/P&gt;&lt;P&gt;After several runs of sklnctl export --set, this file contained many identical lines&lt;/P&gt;&lt;P&gt;PROMETHEUSREMOTEWRITE_SKYLINE_BASIC_TOKEN=dXNlcjp0b3BzZWNyZXQK&lt;BR /&gt;PROMETHEUSREMOTEWRITE_SKYLINE_BASIC_TOKEN=dXNlcjp0b3BzZWNyZXQK&lt;BR /&gt;...&lt;/P&gt;&lt;P&gt;Running REST.py once reduced this to two lines&lt;/P&gt;&lt;P&gt;PROMETHEUSREMOTEWRITE_SKYLINE_BASIC_TOKEN=dXNlcjp0b3BzZWNyZXQK&lt;BR /&gt;prometheus_remote_write_SKYLINE_BASIC_TOKEN=dXNlcjp0b3BzZWNyZXQK&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2024 14:27:47 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-How-to-reset-skyline-config/m-p/204259#M306</guid>
      <dc:creator>Toolmaker</dc:creator>
      <dc:date>2024-01-26T14:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Skyline: How to reset skyline config?</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-How-to-reset-skyline-config/m-p/204293#M309</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/57763"&gt;@Toolmaker&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTTP headers are case-insensitive, so this is not an issue, however, we are still curios to understand what happened, please reach out to me on private at&amp;nbsp;&lt;A href="mailto:eladch@checkpoint.com," target="_blank"&gt;eladch@checkpoint.com,&lt;/A&gt;&amp;nbsp;so we can collect logs and analyze this issue.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2024 16:01:56 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-How-to-reset-skyline-config/m-p/204293#M309</guid>
      <dc:creator>Elad_Chomsky</dc:creator>
      <dc:date>2024-01-26T16:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Skyline: How to reset skyline config?</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-How-to-reset-skyline-config/m-p/215390#M372</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;I have the same issue, I've fed the configuration with several payload.json files in order to remedy mistakes. Running the CPotelcolCli.sh with set_dynamic_config does not work for me when trying to reset the configuration. When I rerun the script another set of certificate credentials are just added to the configuration.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help is highly appreciated.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 May 2024 15:34:36 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-How-to-reset-skyline-config/m-p/215390#M372</guid>
      <dc:creator>asj</dc:creator>
      <dc:date>2024-05-28T15:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Skyline: How to reset skyline config?</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-How-to-reset-skyline-config/m-p/215450#M373</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/112265"&gt;@asj&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Please open a support ticket for CheckPoint, so we can try to assist you directly.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2024 07:42:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-How-to-reset-skyline-config/m-p/215450#M373</guid>
      <dc:creator>Elad_Chomsky</dc:creator>
      <dc:date>2024-05-29T07:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: Skyline: How to reset skyline config?</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-How-to-reset-skyline-config/m-p/215788#M374</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/112265"&gt;@asj&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can check the current config running&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;sklnctl --show_open_telemetry&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check it carefully, in my case I use username and password and if I run the sklnctl command to import the config then the username and password entries are empty. Connection will not work to prometheus.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I use the old REST.py command it works.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using autoupdater package Take 93 and all the latest skyline fixes but I had this issue at the beginning of the year, I discussed this and showed this issue in a remote session with our dimond engineer and together with&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/5970"&gt;@Elad_Chomsky&lt;/a&gt;&amp;nbsp; but this issue still exists and is not fixed.&lt;/P&gt;</description>
      <pubDate>Thu, 30 May 2024 18:47:34 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-How-to-reset-skyline-config/m-p/215788#M374</guid>
      <dc:creator>Alexander_Wilke</dc:creator>
      <dc:date>2024-05-30T18:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Skyline: How to reset skyline config?</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-How-to-reset-skyline-config/m-p/216352#M375</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/6901"&gt;@Alexander_Wilke&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I left the appliance alone since my last post and ran through the process of onboarding the device to Skyline again today with a colleague. Now the device is posting using REST.py. We're unsure whether the device just needed time to clear the configuration or if an automatic update to Skyline components might have fixed the issue.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 12:14:16 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-How-to-reset-skyline-config/m-p/216352#M375</guid>
      <dc:creator>asj</dc:creator>
      <dc:date>2024-06-04T12:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Skyline: How to reset skyline config?</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-How-to-reset-skyline-config/m-p/234110#M523</link>
      <description>&lt;P&gt;Did you ever come up with a solution to this problem? I've just run into what appears to be an identical scenario - sklnctl is accumulating certificate entries rather than replacing / updating. End result is that it no longer connects to Skyline. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2024 21:28:21 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-How-to-reset-skyline-config/m-p/234110#M523</guid>
      <dc:creator>scordy</dc:creator>
      <dc:date>2024-11-28T21:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Skyline: How to reset skyline config?</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-How-to-reset-skyline-config/m-p/234125#M524</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;no unfortunately support never provided me such a command. The answer was that it will be fixed in newer versions of skyline (can not confirm this happend /happens automatically)&amp;nbsp; or this should not hurt or is just a cosmetic issue. command shows wrong results.&lt;BR /&gt;&lt;BR /&gt;In earlier versions of skyline CPviewExporter, CPotelExporter, CPotelCollector components I always had to use the REST.py command to import the config.json file. With the latest versions of these packages in version Take 40, Take 50, Take 129 the "sklnctl" command worked for me.&lt;BR /&gt;&lt;BR /&gt;In addition the behaviour of CPotelcolCollector changed. In earlier versions it was sending traffic through mplne interface when MDPS was enabled and the otelcol process was added to "add mdps task list process". Since the update of the latest skyline components this is NOT honored anymore and data is sent through dplane instead.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2024 07:09:37 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-How-to-reset-skyline-config/m-p/234125#M524</guid>
      <dc:creator>Alexander_Wilke</dc:creator>
      <dc:date>2024-11-29T07:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: Skyline: How to reset skyline config?</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-How-to-reset-skyline-config/m-p/234153#M525</link>
      <description>&lt;P&gt;Skyline components should be maintained by autoupdater.&lt;BR /&gt;I usually check the status of the components using autoupdatercli&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;autoupdatercli show json | jq -r '.products[] | select(."product-name"=="diagnostics") | ."product-components"[] | select(."component-name" == "CPotelcol" or ."component-name" == "CPOtlpAgent" or ."component-name" == "CPviewExporter")'&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2024 09:23:18 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-How-to-reset-skyline-config/m-p/234153#M525</guid>
      <dc:creator>Vincent_Bacher</dc:creator>
      <dc:date>2024-11-29T09:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Skyline: How to reset skyline config?</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-How-to-reset-skyline-config/m-p/234235#M526</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;In the latest Skyline versions ( CPotelcol 129 ), we have added the option to run sklnctl with a "rebase" operation, this should allow you to completely reset the configuration , before applying the new one.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, by default all the Skyline components are now running on the d-plane, if further assistance on MDPS is required, please contact the CheckPoint support, and we will try to assist you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Dec 2024 08:58:14 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-How-to-reset-skyline-config/m-p/234235#M526</guid>
      <dc:creator>Elad_Chomsky</dc:creator>
      <dc:date>2024-12-01T08:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Skyline: How to reset skyline config?</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-How-to-reset-skyline-config/m-p/234718#M528</link>
      <description>&lt;P&gt;Hi Elad,&lt;/P&gt;
&lt;P&gt;Can you explain how to do the rebase operation?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 10:05:23 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-How-to-reset-skyline-config/m-p/234718#M528</guid>
      <dc:creator>Nik_Bloemers</dc:creator>
      <dc:date>2024-12-05T10:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Skyline: How to reset skyline config?</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-How-to-reset-skyline-config/m-p/234819#M529</link>
      <description>&lt;P&gt;Disregard this - missed a step in recreating the certificates!&lt;/P&gt;&lt;P&gt;2nded to Nik_Bloemers request for more information about the "rebase" operation. I assume this would clear/reset all of the certificates in /var/log/otlp_certs/ ?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2024 20:30:35 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-How-to-reset-skyline-config/m-p/234819#M529</guid>
      <dc:creator>scordy</dc:creator>
      <dc:date>2024-12-05T20:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Skyline: How to reset skyline config?</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-How-to-reset-skyline-config/m-p/234859#M530</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;
&lt;P&gt;please provide the exact commands to do this or provide the link to the documentation which describes it, please.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2024 09:15:44 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-How-to-reset-skyline-config/m-p/234859#M530</guid>
      <dc:creator>Alexander_Wilke</dc:creator>
      <dc:date>2024-12-06T09:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Skyline: How to reset skyline config?</title>
      <link>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-How-to-reset-skyline-config/m-p/235764#M538</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;1) To use the rebase operation - simply switch the word "add" on the payload to "rebase", the relevant flow will activate following that. Notice this is not working with the GAiA API, only the sklnctl executable as of now.&lt;/P&gt;
&lt;P&gt;2) And yes - it will hard reset everything.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Dec 2024 12:36:38 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/OpenTelemetry-Skyline/Skyline-How-to-reset-skyline-config/m-p/235764#M538</guid>
      <dc:creator>Elad_Chomsky</dc:creator>
      <dc:date>2024-12-14T12:36:38Z</dc:date>
    </item>
  </channel>
</rss>

