<?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 SSL certificate checker issue: How to see all SSL Certificates in the current search? in Security</title>
    <link>https://community.splunk.com/t5/Security/SSL-certificate-checker-issue-How-to-see-all-SSL-Certificates-in/m-p/584891#M15896</link>
    <description>&lt;P&gt;Hi&amp;nbsp;please help here&lt;/P&gt;
&lt;P&gt;we are using below base search and we need to see all ssl certificates with days left in EST.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index=ssl_certs |rex field=_raw "[^'\n]*'expires=\"(?&amp;lt;expires&amp;gt;[^\\\'\"]+)"| stats c by host expires cert | eval time = strftime( strptime( expires , "%b %d %H:%M:%S %Y %Z" ), "%Y/%m/%d %H:%M:%S %Z")&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pchintha_0-1644803789337.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/17964i3D4BBE5587F21B8B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pchintha_0-1644803789337.png" alt="pchintha_0-1644803789337.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;need exact query for this we tried a lot actually. we are using ssl_checker app for this.&lt;/P&gt;</description>
    <pubDate>Mon, 14 Feb 2022 18:24:23 GMT</pubDate>
    <dc:creator>pchintha</dc:creator>
    <dc:date>2022-02-14T18:24:23Z</dc:date>
    <item>
      <title>SSL certificate checker issue: How to see all SSL Certificates in the current search?</title>
      <link>https://community.splunk.com/t5/Security/SSL-certificate-checker-issue-How-to-see-all-SSL-Certificates-in/m-p/584891#M15896</link>
      <description>&lt;P&gt;Hi&amp;nbsp;please help here&lt;/P&gt;
&lt;P&gt;we are using below base search and we need to see all ssl certificates with days left in EST.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index=ssl_certs |rex field=_raw "[^'\n]*'expires=\"(?&amp;lt;expires&amp;gt;[^\\\'\"]+)"| stats c by host expires cert | eval time = strftime( strptime( expires , "%b %d %H:%M:%S %Y %Z" ), "%Y/%m/%d %H:%M:%S %Z")&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pchintha_0-1644803789337.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/17964i3D4BBE5587F21B8B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pchintha_0-1644803789337.png" alt="pchintha_0-1644803789337.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;need exact query for this we tried a lot actually. we are using ssl_checker app for this.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 18:24:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/SSL-certificate-checker-issue-How-to-see-all-SSL-Certificates-in/m-p/584891#M15896</guid>
      <dc:creator>pchintha</dc:creator>
      <dc:date>2022-02-14T18:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: SSL certificate checker issue</title>
      <link>https://community.splunk.com/t5/Security/SSL-certificate-checker-issue-How-to-see-all-SSL-Certificates-in/m-p/584935#M15898</link>
      <description>Can you post some raw events in code box to helps you?</description>
      <pubDate>Mon, 14 Feb 2022 08:29:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/SSL-certificate-checker-issue-How-to-see-all-SSL-Certificates-in/m-p/584935#M15898</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2022-02-14T08:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: SSL certificate checker issue</title>
      <link>https://community.splunk.com/t5/Security/SSL-certificate-checker-issue-How-to-see-all-SSL-Certificates-in/m-p/584944#M15899</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pchintha_0-1644831115506.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/17966i6E648F6AF981240D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pchintha_0-1644831115506.png" alt="pchintha_0-1644831115506.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the sample events&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 09:32:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/SSL-certificate-checker-issue-How-to-see-all-SSL-Certificates-in/m-p/584944#M15899</guid>
      <dc:creator>pchintha</dc:creator>
      <dc:date>2022-02-14T09:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: SSL certificate checker issue</title>
      <link>https://community.splunk.com/t5/Security/SSL-certificate-checker-issue-How-to-see-all-SSL-Certificates-in/m-p/584955#M15900</link>
      <description>&lt;P&gt;Based on your search response (which is not a raw data) this could helps you.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=ssl_certs 
| rex "expires=\"(?&amp;lt;exp&amp;gt;[^\\\]+)\\\n"
| eval expTime = strptime(exp, "%b %d %H:%M:%S %Y %Z"), curTime = now()
| eval leftTime = tostring(expTime - curTime, "duration")
| eval daysLeft = mvindex(split(leftTime, "+"), 0)
| table exp expTime curTime left daysLeft&lt;/LI-CODE&gt;&lt;P&gt;There are other ways to do it.&lt;/P&gt;&lt;P&gt;r. Ismo&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 11:11:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/SSL-certificate-checker-issue-How-to-see-all-SSL-Certificates-in/m-p/584955#M15900</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2022-02-14T11:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: SSL certificate checker issue</title>
      <link>https://community.splunk.com/t5/Security/SSL-certificate-checker-issue-How-to-see-all-SSL-Certificates-in/m-p/584964#M15901</link>
      <description>&lt;P&gt;showing no results&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pchintha_0-1644838784730.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/17967iACD4A612A70CDE45/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pchintha_0-1644838784730.png" alt="pchintha_0-1644838784730.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 11:39:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/SSL-certificate-checker-issue-How-to-see-all-SSL-Certificates-in/m-p/584964#M15901</guid>
      <dc:creator>pchintha</dc:creator>
      <dc:date>2022-02-14T11:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: SSL certificate checker issue</title>
      <link>https://community.splunk.com/t5/Security/SSL-certificate-checker-issue-How-to-see-all-SSL-Certificates-in/m-p/584966#M15902</link>
      <description>&lt;P&gt;Works with me with that app. Can you add that _raw data from your query so we can test it with your data?&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=ssl_certs sourcetype=ssl_certs
| head 10
| table _time _raw&lt;/LI-CODE&gt;&lt;P&gt;Then add that output inside editors &amp;lt;/&amp;gt; (code block) so that it will not changed when you are posting it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 11:43:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/SSL-certificate-checker-issue-How-to-see-all-SSL-Certificates-in/m-p/584966#M15902</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2022-02-14T11:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: SSL certificate checker issue</title>
      <link>https://community.splunk.com/t5/Security/SSL-certificate-checker-issue-How-to-see-all-SSL-Certificates-in/m-p/584975#M15903</link>
      <description>&lt;P&gt;This helps for me, from in this and expires is in GMT and the expTime is in EST guess so and we need all to know in EST only&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pchintha_0-1644841268225.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/17968i460EDDA66F690ED8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pchintha_0-1644841268225.png" alt="pchintha_0-1644841268225.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 12:22:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/SSL-certificate-checker-issue-How-to-see-all-SSL-Certificates-in/m-p/584975#M15903</guid>
      <dc:creator>pchintha</dc:creator>
      <dc:date>2022-02-14T12:22:04Z</dc:date>
    </item>
  </channel>
</rss>

