<?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 How do I find the SSL version the Splunk forwarder is using to send the data? in Security</title>
    <link>https://community.splunk.com/t5/Security/How-do-I-find-the-SSL-version-the-Splunk-forwarder-is-using-to/m-p/423877#M10023</link>
    <description>&lt;P&gt;I need to validate all my forwarders to check which SLL version(TLS1.2, TLS1.1, ETC) they are using to send data. We recently deployed changes to all the agents to use TLS1.2, but we need to validate it.&lt;/P&gt;

&lt;P&gt;Is there a way to check in Splunk with a query? Currently, I am working on the queries below but not all the clients giving SSL version with this approach. Can anyone help me with this?&lt;/P&gt;

&lt;P&gt;Splunk_SSLversion Lookup&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal source=*splunkd.log sourcetype=splunkd message="*Server supporting SSL versions*" 
| dedup host 
| eval Time=strftime(_time, "%D %H:%M:%S") 
| eval Host=upper(host) 
| stats latest(Time) as Time latest(message) as SSL_Status by Host 
| table Time Host SSL_Status | outputlookup append=true Splunk_SSLversions.csv
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Second query:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal source=*metrics.log group=tcpin_connections 
| eval hostname=upper(hostname) 
| eval sourceHost=if(isnull(hostname), sourceHost,hostname) 
| eval connectionType=case(fwdType=="uf","univ fwder", fwdType=="lwf", "lightwt fwder",fwdType=="full", "heavy fwder", connectionType=="cooked" or connectionType=="cookedSSL","Splunk fwder", connectionType=="raw" or connectionType=="rawSSL","legacy fwder") 
| search connectionType="univ fwder"
| rename arch as MachineType | lookup local=true Splunk_SSLversion_Details.csv Host AS sourceHost OUTPUTNEW SSL_Status as SSL_Version
| table connectionType sourceIp sourceHost SSL_Version MachineType 
| dedup sourceIp
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 11 Oct 2018 20:11:28 GMT</pubDate>
    <dc:creator>arrangineni</dc:creator>
    <dc:date>2018-10-11T20:11:28Z</dc:date>
    <item>
      <title>How do I find the SSL version the Splunk forwarder is using to send the data?</title>
      <link>https://community.splunk.com/t5/Security/How-do-I-find-the-SSL-version-the-Splunk-forwarder-is-using-to/m-p/423877#M10023</link>
      <description>&lt;P&gt;I need to validate all my forwarders to check which SLL version(TLS1.2, TLS1.1, ETC) they are using to send data. We recently deployed changes to all the agents to use TLS1.2, but we need to validate it.&lt;/P&gt;

&lt;P&gt;Is there a way to check in Splunk with a query? Currently, I am working on the queries below but not all the clients giving SSL version with this approach. Can anyone help me with this?&lt;/P&gt;

&lt;P&gt;Splunk_SSLversion Lookup&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal source=*splunkd.log sourcetype=splunkd message="*Server supporting SSL versions*" 
| dedup host 
| eval Time=strftime(_time, "%D %H:%M:%S") 
| eval Host=upper(host) 
| stats latest(Time) as Time latest(message) as SSL_Status by Host 
| table Time Host SSL_Status | outputlookup append=true Splunk_SSLversions.csv
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Second query:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal source=*metrics.log group=tcpin_connections 
| eval hostname=upper(hostname) 
| eval sourceHost=if(isnull(hostname), sourceHost,hostname) 
| eval connectionType=case(fwdType=="uf","univ fwder", fwdType=="lwf", "lightwt fwder",fwdType=="full", "heavy fwder", connectionType=="cooked" or connectionType=="cookedSSL","Splunk fwder", connectionType=="raw" or connectionType=="rawSSL","legacy fwder") 
| search connectionType="univ fwder"
| rename arch as MachineType | lookup local=true Splunk_SSLversion_Details.csv Host AS sourceHost OUTPUTNEW SSL_Status as SSL_Version
| table connectionType sourceIp sourceHost SSL_Version MachineType 
| dedup sourceIp
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 11 Oct 2018 20:11:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/How-do-I-find-the-SSL-version-the-Splunk-forwarder-is-using-to/m-p/423877#M10023</guid>
      <dc:creator>arrangineni</dc:creator>
      <dc:date>2018-10-11T20:11:28Z</dc:date>
    </item>
  </channel>
</rss>

