<?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: Unable to run certificate package version query for forwarders in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-unable-to-run-certificate-package-version-query-for/m-p/596321#M207587</link>
    <description>&lt;P&gt;No errors are displayed after running the search, yet I receive no returned results.&lt;/P&gt;</description>
    <pubDate>Wed, 04 May 2022 00:30:23 GMT</pubDate>
    <dc:creator>x3ncrypt</dc:creator>
    <dc:date>2022-05-04T00:30:23Z</dc:date>
    <item>
      <title>Why unable to run certificate package version query for forwarders?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-unable-to-run-certificate-package-version-query-for/m-p/596320#M207586</link>
      <description>&lt;P&gt;Unable to perform the following search provided by Splunk to check forwarder certificate package version:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;index=_internal source=*metrics.log group=tcpout_connections&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;name=splunkcloud*&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;| stats latest(_time) AS _time latest(name) AS name by host&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;| rex field=name "(?&amp;lt;output_group&amp;gt;splunkcloud_202[23456789]\d+)\_"&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;| eval fwd_config=if(isnotnull(output_group),“new”,“legacy”)&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;| stats count by _time host output_group fwd_config&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;| reltime&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;| fields _time reltime host output_group fwd_config&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;| sort 0 fwd_config&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 15:44:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-unable-to-run-certificate-package-version-query-for/m-p/596320#M207586</guid>
      <dc:creator>x3ncrypt</dc:creator>
      <dc:date>2022-05-04T15:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to run certificate package version query for forwarders</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-unable-to-run-certificate-package-version-query-for/m-p/596321#M207587</link>
      <description>&lt;P&gt;No errors are displayed after running the search, yet I receive no returned results.&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 00:30:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-unable-to-run-certificate-package-version-query-for/m-p/596321#M207587</guid>
      <dc:creator>x3ncrypt</dc:creator>
      <dc:date>2022-05-04T00:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to run certificate package version query for forwarders</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-unable-to-run-certificate-package-version-query-for/m-p/596352#M207599</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;you are running this towards Splunk Cloud environment (UFs' send data to SC) and you haven't change output_group names from what they have provided with UF configuration packages?&lt;/P&gt;&lt;P&gt;One change what you can do is&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_internal source=*metrics.log group=tcpout_connections name=splunkcloud*
| stats latest(_time) AS _time latest(name) AS name by host
| rex field=name "(?&amp;lt;output_group&amp;gt;splunkcloud_202[23456789]\d+)\_"
| eval fwd_config=if(isnotnull(output_group),"new","legacy")
| fillnull value="N/A" output_group
| stats count by _time host output_group fwd_config
| reltime 
| fields _time reltime host output_group fwd_config 
| sort 0 fwd_config&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So update output_group name to "N/A" if it's null (shouldn't be) after fwd_config &amp;nbsp;has set.&lt;/P&gt;&lt;P&gt;Have you gotten any events when you runs only 1st line?&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 09:01:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-unable-to-run-certificate-package-version-query-for/m-p/596352#M207599</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2022-05-04T09:01:08Z</dc:date>
    </item>
  </channel>
</rss>

