<?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 universal rex for extract intersting fields like (url, uri, user, email, ip, etc) in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/universal-rex-for-extract-intersting-fields-like-url-uri-user/m-p/572107#M199374</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;is there any universal or general rex to extract every known intersting fields like&amp;nbsp; (url, uri, user, email, ip, etc) from logs?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Sat, 23 Oct 2021 10:08:58 GMT</pubDate>
    <dc:creator>indeed_2000</dc:creator>
    <dc:date>2021-10-23T10:08:58Z</dc:date>
    <item>
      <title>universal rex for extract intersting fields like (url, uri, user, email, ip, etc)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/universal-rex-for-extract-intersting-fields-like-url-uri-user/m-p/572107#M199374</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;is there any universal or general rex to extract every known intersting fields like&amp;nbsp; (url, uri, user, email, ip, etc) from logs?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 23 Oct 2021 10:08:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/universal-rex-for-extract-intersting-fields-like-url-uri-user/m-p/572107#M199374</guid>
      <dc:creator>indeed_2000</dc:creator>
      <dc:date>2021-10-23T10:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: universal rex for extract intersting fields like (url, uri, user, email, ip, etc)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/universal-rex-for-extract-intersting-fields-like-url-uri-user/m-p/572108#M199375</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/217339"&gt;@indeed_2000&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Splunk by itself recognize the pairs field=value.&lt;/P&gt;&lt;P&gt;Then, if you installe some Add-On for the technologies you're monitoring (e.g. Splunk_TA_Windows for Windows logs), you already have many field extractions just ready for you.&lt;/P&gt;&lt;P&gt;At the end, you have the possibility to create your own field extractions using regexes, but they are custom and specified for the logs you're analyzing.&lt;/P&gt;&lt;P&gt;In addition there's the regex101.com site that's very helpful for your regexes extractions.&lt;/P&gt;&lt;P&gt;If you need an help for your logs, please share them and surely you'll have a very quick help.&lt;/P&gt;&lt;P&gt;Bye.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Sat, 23 Oct 2021 10:14:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/universal-rex-for-extract-intersting-fields-like-url-uri-user/m-p/572108#M199375</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-10-23T10:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: universal rex for extract intersting fields like (url, uri, user, email, ip, etc)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/universal-rex-for-extract-intersting-fields-like-url-uri-user/m-p/572112#M199378</link>
      <description>&lt;P&gt;Hey, if you know a way to universally extract fields from any log, give us a hint.&lt;/P&gt;&lt;P&gt;But seriously - there are so many log types out there that there's no possibility to parse them all the same way.&lt;/P&gt;&lt;P&gt;How would you want to parse let's say CSV files, json structures, CEF events and multiline events from a tk102 gps logger?&lt;/P&gt;&lt;P&gt;It's like asking if you know a universal way to talk to anyone, regardless of what language he speaks.&lt;/P&gt;&lt;P&gt;That's simply not possible.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Oct 2021 15:57:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/universal-rex-for-extract-intersting-fields-like-url-uri-user/m-p/572112#M199378</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2021-10-23T15:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: universal rex for extract intersting fields like (url, uri, user, email, ip, etc)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/universal-rex-for-extract-intersting-fields-like-url-uri-user/m-p/572114#M199380</link>
      <description>&lt;P&gt;simple log file (one event per line no json no csv just simple and unistructural one)&lt;/P&gt;&lt;P&gt;Here is the pattern:&lt;/P&gt;&lt;P&gt;TIMESTAMP&amp;nbsp; &amp;nbsp; LOGLEVEL&amp;nbsp; &amp;nbsp; &amp;nbsp;SOMEMESSAGE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;need to whereever find (url, uri, user, email, ip, etc) extract them.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Sat, 23 Oct 2021 16:04:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/universal-rex-for-extract-intersting-fields-like-url-uri-user/m-p/572114#M199380</guid>
      <dc:creator>indeed_2000</dc:creator>
      <dc:date>2021-10-23T16:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: universal rex for extract intersting fields like (url, uri, user, email, ip, etc)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/universal-rex-for-extract-intersting-fields-like-url-uri-user/m-p/572121#M199387</link>
      <description>&lt;P&gt;If you have chunks of data that are easily distinguishable, you can make regex-based extractions that will find them wherever in the event they are. Mind you however, that not many types of data chunks like that can be reliably specified (so that they cover all possiblities and do not capture false positives).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Oct 2021 19:47:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/universal-rex-for-extract-intersting-fields-like-url-uri-user/m-p/572121#M199387</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2021-10-23T19:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: universal rex for extract intersting fields like (url, uri, user, email, ip, etc)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/universal-rex-for-extract-intersting-fields-like-url-uri-user/m-p/572134#M199395</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/217339"&gt;@indeed_2000&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I need to have some sample (three or four events) of your logs to create a regex for field extraction.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Sun, 24 Oct 2021 05:50:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/universal-rex-for-extract-intersting-fields-like-url-uri-user/m-p/572134#M199395</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-10-24T05:50:11Z</dc:date>
    </item>
  </channel>
</rss>

