<?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 to get data from F5 Bigip log in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-get-data-from-F5-Bigip-log/m-p/503617#M85912</link>
    <description>&lt;P&gt;Hello,&lt;BR /&gt;I need your help please.&lt;BR /&gt;I have a log like&lt;/P&gt;
&lt;LI-SPOILER&gt;F5:WAF "2020-04-08 15:36:21","146632585856347577","",192.121.195.41,443,190.92.12.16,....&lt;/LI-SPOILER&gt;
&lt;P&gt;anD i want to extract data after the text "F5:WAF":&lt;BR /&gt;1st field: the date "2020-04-08 15:36:21"&lt;BR /&gt;2nd field: the source ip "192.121.195.41"&lt;BR /&gt;3th field: the port "443" ane the 4th the dest ip "190.92.12.16".&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Wed, 01 Apr 2026 16:43:23 GMT</pubDate>
    <dc:creator>ahsaine</dc:creator>
    <dc:date>2026-04-01T16:43:23Z</dc:date>
    <item>
      <title>How to get data from F5 Bigip log</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-get-data-from-F5-Bigip-log/m-p/503617#M85912</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I need your help please.&lt;BR /&gt;I have a log like&lt;/P&gt;
&lt;LI-SPOILER&gt;F5:WAF "2020-04-08 15:36:21","146632585856347577","",192.121.195.41,443,190.92.12.16,....&lt;/LI-SPOILER&gt;
&lt;P&gt;anD i want to extract data after the text "F5:WAF":&lt;BR /&gt;1st field: the date "2020-04-08 15:36:21"&lt;BR /&gt;2nd field: the source ip "192.121.195.41"&lt;BR /&gt;3th field: the port "443" ane the 4th the dest ip "190.92.12.16".&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2026 16:43:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-get-data-from-F5-Bigip-log/m-p/503617#M85912</guid>
      <dc:creator>ahsaine</dc:creator>
      <dc:date>2026-04-01T16:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to get data from F5 Bigip log</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-get-data-from-F5-Bigip-log/m-p/503634#M85913</link>
      <description>&lt;P&gt;Does your data structure remain the same across messages?&amp;nbsp; If so, I would build the extraction like:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;[sourcetype]
EXTRACT-Group = F5\:WAF\s\"(?&amp;lt;date&amp;gt;[^\"]+)\"\,(?:\"[^\"]+\"\,)(?:\"\"\,)(?&amp;lt;src_ip&amp;gt;[^\,]+)\,(?&amp;lt;dest_port&amp;gt;[^\,]+)\,(?&amp;lt;dest_ip&amp;gt;[^\,]+)\,&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That being said, there may be something on &lt;A href="https://splunkbase.splunk.com/apps/#/search/f5" target="_self"&gt;splunkbase.splunk.com&lt;/A&gt; around the F5 WAF data that may be very useful as well.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2020 21:08:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-get-data-from-F5-Bigip-log/m-p/503634#M85913</guid>
      <dc:creator>ragedsparrow</dc:creator>
      <dc:date>2020-06-09T21:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to get data from F5 Bigip log</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-get-data-from-F5-Bigip-log/m-p/503885#M85932</link>
      <description>&lt;P&gt;Hi Ragedsparrow,&lt;/P&gt;&lt;P&gt;When i put this request, I get this message:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ahsaine_0-1591866267651.png" style="width: 1148px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/9124iE4704FA8E6FD1EFF/image-dimensions/1148x53?v=v2" width="1148" height="53" role="button" title="ahsaine_0-1591866267651.png" alt="ahsaine_0-1591866267651.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 09:06:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-get-data-from-F5-Bigip-log/m-p/503885#M85932</guid>
      <dc:creator>ahsaine</dc:creator>
      <dc:date>2020-06-11T09:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to get data from F5 Bigip log</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-get-data-from-F5-Bigip-log/m-p/503897#M85933</link>
      <description>&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/CIM/4.15.0/User/NetworkTraffic" target="_blank"&gt;https://docs.splunk.com/Documentation/CIM/4.15.0/User/NetworkTraffic&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;sample:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults
| eval _raw="F5:WAF \"2020-04-08 15:36:21\",\"146632585856347577\",\"\",192.121.195.41,443,190.92.12.16,..."
| rex "F5:WAF\s*\"(?&amp;lt;date&amp;gt;[^,]+)\",[^,]+,[^,]+,(?&amp;lt;src_ip&amp;gt;[^,]+),(?&amp;lt;src_port&amp;gt;[^,]+),(?&amp;lt;dest_ip&amp;gt;[^,]+),"&lt;/LI-CODE&gt;&lt;P&gt;recommend:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=yours sourcetype=yours
| rex "F5:WAF\s*\"(?&amp;lt;date&amp;gt;[^,]+)\",[^,]+,[^,]+,(?&amp;lt;src_ip&amp;gt;[^,]+),(?&amp;lt;src_port&amp;gt;[^,]+),(?&amp;lt;dest_ip&amp;gt;[^,]+),"&lt;/LI-CODE&gt;&lt;P&gt;If there is an add-on, you should use it.&lt;BR /&gt;I tried to match the name to CIM in case.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2020 11:19:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-get-data-from-F5-Bigip-log/m-p/503897#M85933</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-06-11T11:19:49Z</dc:date>
    </item>
  </channel>
</rss>

