<?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: I have to extract field by using rex in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/656641#M226791</link>
    <description>&lt;P&gt;thanks.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please help below&amp;nbsp;&lt;/P&gt;&lt;P&gt;message:&amp;nbsp;&lt;/P&gt;&lt;P&gt;(loggingfilterresults) - GET|/ready/term/planess|||||||metrics&lt;/P&gt;&lt;P&gt;need uri field&lt;/P&gt;</description>
    <pubDate>Tue, 05 Sep 2023 08:51:43 GMT</pubDate>
    <dc:creator>lucky</dc:creator>
    <dc:date>2023-09-05T08:51:43Z</dc:date>
    <item>
      <title>How to extract field using rex?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/651067#M225106</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need regular expression to extract field "timed out " by using below log ....&lt;/P&gt;
&lt;P&gt;"Description":"Job-2069950 Error in [InfrastructureServices/Dispatcher/Interface/MQ_InterfaceDispatcher.process/JMS Queue Requestor]\nActivity timed out\n\tat com.tibco.pe.core.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please help to write regular expression by using rex command&amp;nbsp; ...&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2023 16:59:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/651067#M225106</guid>
      <dc:creator>lucky</dc:creator>
      <dc:date>2023-09-05T16:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: I have to extract field by using rex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/651068#M225107</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/245717"&gt;@lucky&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;if "\n" is a part of your log, you can use the following regex:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex "Activity\s+(?&amp;lt;timed_out&amp;gt;[^\\n]+)"&lt;/LI-CODE&gt;&lt;P&gt;that you can test at&amp;nbsp;&lt;A href="https://regex101.com/r/HZj7ZQ/1" target="_blank"&gt;https://regex101.com/r/HZj7ZQ/1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2023 06:17:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/651068#M225107</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-07-19T06:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: I have to extract field by using rex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/651072#M225108</link>
      <description>&lt;P&gt;thanks ....&lt;/P&gt;&lt;P&gt;&amp;nbsp;we need a chart showing the timeout errors per Country...&lt;/P&gt;&lt;P&gt;can you please help on this&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2023 07:00:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/651072#M225108</guid>
      <dc:creator>lucky</dc:creator>
      <dc:date>2023-07-19T07:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: I have to extract field by using rex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/651084#M225110</link>
      <description>&lt;LI-CODE lang="markup"&gt;&amp;lt;your search&amp;gt; "Activity timed out"
| stats count by country&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 19 Jul 2023 07:53:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/651084#M225110</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-07-19T07:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: I have to extract field by using rex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/651093#M225113</link>
      <description>&lt;P&gt;thanks......&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need show&amp;nbsp; linechart ...&lt;/P&gt;&lt;P&gt;X -axis&amp;nbsp; &amp;nbsp;success percentage&amp;nbsp;&lt;BR /&gt;y-axis&amp;nbsp; &amp;nbsp; &amp;nbsp;time&amp;nbsp;&lt;BR /&gt;with respect to country code wise&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2023 08:18:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/651093#M225113</guid>
      <dc:creator>lucky</dc:creator>
      <dc:date>2023-07-19T08:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: I have to extract field by using rex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/651106#M225122</link>
      <description>&lt;P&gt;With the limited amount of information you have provided about your events, how you determine success and not success, what time period you want to average over, whether you have any fields already extracted, etc. it is very difficult to provide you with a meaningful answer.&lt;/P&gt;&lt;P&gt;The key to getting a question answered is providing as much useful and relevant information as possible as soon as possible without providing too much - you have erred on the side of providing as little as possible and in a piecemeal fashion!&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2023 11:06:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/651106#M225122</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-07-19T11:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: I have to extract field by using rex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/656525#M226758</link>
      <description>&lt;P&gt;how to down load debugrex ..command sheet&amp;nbsp;&lt;/P&gt;&lt;P&gt;please provide link&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2023 05:35:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/656525#M226758</guid>
      <dc:creator>lucky</dc:creator>
      <dc:date>2023-09-04T05:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: I have to extract field by using rex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/656530#M226761</link>
      <description>&lt;P class="lia-align-left"&gt;&lt;A href="https://regex101.com/" target="_blank"&gt;https://regex101.com/&lt;/A&gt;&lt;/P&gt;&lt;P class="lia-align-left"&gt;&lt;A href="https://www.regexbuddy.com/" target="_blank"&gt;https://www.regexbuddy.com/&lt;/A&gt;&lt;/P&gt;&lt;P class="lia-align-left"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2023 06:20:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/656530#M226761</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2023-09-04T06:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: I have to extract field by using rex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/656532#M226762</link>
      <description>&lt;P&gt;thanks for it....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but I need to REX not for REGEX&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2023 07:06:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/656532#M226762</guid>
      <dc:creator>lucky</dc:creator>
      <dc:date>2023-09-04T07:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: I have to extract field by using rex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/656550#M226769</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/245717"&gt;@lucky&lt;/a&gt;&amp;nbsp;regex is short for regular expression&lt;/P&gt;&lt;P&gt;regex101.com and regexbuddy.com (as provided by&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/6367"&gt;@bowesmana&lt;/a&gt;&amp;nbsp;) are both sites which provide ways of testing regular expressions (regex)&lt;/P&gt;&lt;P&gt;In Splunk, the rex and regex commands both use regular expressions (as do other functions in Splunk). Whether you want rex or regex, both the sites mentioned are useful tools for working out what your particular regex should be.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.1.0/SearchReference/Rex" target="_blank"&gt;rex - Splunk Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Regex" target="_blank"&gt;regex - Splunk Documentation&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2023 08:45:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/656550#M226769</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-09-04T08:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: I have to extract field by using rex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/656635#M226788</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;please help below&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;message :&amp;nbsp; &amp;nbsp;httpStatusCode=300 method=GET uri=/ralt/gart/readyness uuid=-&lt;/P&gt;&lt;P&gt;need uri field&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2023 08:22:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/656635#M226788</guid>
      <dc:creator>lucky</dc:creator>
      <dc:date>2023-09-05T08:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: I have to extract field by using rex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/656636#M226789</link>
      <description>&lt;P&gt;Try something like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex "uri=(?&amp;lt;uri&amp;gt;\S+)"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2023 08:27:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/656636#M226789</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-09-05T08:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: I have to extract field by using rex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/656641#M226791</link>
      <description>&lt;P&gt;thanks.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please help below&amp;nbsp;&lt;/P&gt;&lt;P&gt;message:&amp;nbsp;&lt;/P&gt;&lt;P&gt;(loggingfilterresults) - GET|/ready/term/planess|||||||metrics&lt;/P&gt;&lt;P&gt;need uri field&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2023 08:51:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/656641#M226791</guid>
      <dc:creator>lucky</dc:creator>
      <dc:date>2023-09-05T08:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: I have to extract field by using rex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/656645#M226793</link>
      <description>&lt;P&gt;Which part is the uri field?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2023 09:00:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/656645#M226793</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-09-05T09:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: I have to extract field by using rex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/656646#M226794</link>
      <description>&lt;P&gt;&lt;SPAN&gt;/ready/term/planess&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2023 09:02:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/656646#M226794</guid>
      <dc:creator>lucky</dc:creator>
      <dc:date>2023-09-05T09:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: I have to extract field by using rex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/656653#M226797</link>
      <description>&lt;LI-CODE lang="markup"&gt;| rex "(?&amp;lt;uri&amp;gt;/ready/term/planess)"&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 05 Sep 2023 09:12:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/656653#M226797</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-09-05T09:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: I have to extract field by using rex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/656656#M226798</link>
      <description>&lt;P&gt;thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but I have number of uri's&lt;/P&gt;&lt;P&gt;same pattern&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2023 09:23:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/656656#M226798</guid>
      <dc:creator>lucky</dc:creator>
      <dc:date>2023-09-05T09:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: I have to extract field by using rex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/656662#M226801</link>
      <description>&lt;P&gt;What is the pattern? Please describe it in more detail. (Regular expressions work by finding patterns but you have to be able to precisely describe the pattern.)&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2023 10:31:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/656662#M226801</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-09-05T10:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract field using rex?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/656760#M226834</link>
      <description>&lt;P&gt;HI team ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;let me know please&amp;nbsp;&lt;BR /&gt;how can I get cpu amd memory usage by index and API&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2023 05:27:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/656760#M226834</guid>
      <dc:creator>lucky</dc:creator>
      <dc:date>2023-09-06T05:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: I have to extract field by using rex</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/656770#M226841</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/245717"&gt;@lucky&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated by all the contributors &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2023 06:29:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-extract-field-using-rex/m-p/656770#M226841</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-09-06T06:29:33Z</dc:date>
    </item>
  </channel>
</rss>

