<?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: rex a string from text in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/rex-a-string-from-text/m-p/512200#M143637</link>
    <description>&lt;P&gt;Did not work, I want to create an extra coulum "city" from the sample text containig: Sao_Paulo and Brasilia&lt;/P&gt;</description>
    <pubDate>Mon, 03 Aug 2020 19:02:58 GMT</pubDate>
    <dc:creator>dacamargov</dc:creator>
    <dc:date>2020-08-03T19:02:58Z</dc:date>
    <item>
      <title>rex a string from text</title>
      <link>https://community.splunk.com/t5/Splunk-Search/rex-a-string-from-text/m-p/512196#M143634</link>
      <description>&lt;P&gt;How do I extract the cities from this text?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="m_-1232711822972046223t"&gt;&lt;SPAN&gt;\&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;SPAN class="m_-1232711822972046223t"&gt;timezone\&lt;/SPAN&gt;"&lt;SPAN class="m_-1232711822972046223t"&gt;&lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/SPAN&gt;"&lt;SPAN class="m_-1232711822972046223t"&gt;America/Sao_Paulo\&lt;/SPAN&gt;",&lt;SPAN class="m_-1232711822972046223t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_-1232711822972046223t"&gt;max_counter\&lt;/SPAN&gt;"&lt;SPAN class="m_-1232711822972046223t"&gt;:2,\"timezone\":\"America/Brasilia\",\"max_counter\":2...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I tried to compute the following query: ... | rex field=city "city: (?&amp;lt;America&amp;gt;)" | top limit=20 city&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2020 18:25:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/rex-a-string-from-text/m-p/512196#M143634</guid>
      <dc:creator>dacamargov</dc:creator>
      <dc:date>2020-08-03T18:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: rex a string from text</title>
      <link>https://community.splunk.com/t5/Splunk-Search/rex-a-string-from-text/m-p/512199#M143636</link>
      <description>&lt;P&gt;This should work&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex max_match=0 "\/(?&amp;lt;city&amp;gt;\w+)"
| mvexpand city&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 03 Aug 2020 18:54:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/rex-a-string-from-text/m-p/512199#M143636</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-08-03T18:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: rex a string from text</title>
      <link>https://community.splunk.com/t5/Splunk-Search/rex-a-string-from-text/m-p/512200#M143637</link>
      <description>&lt;P&gt;Did not work, I want to create an extra coulum "city" from the sample text containig: Sao_Paulo and Brasilia&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2020 19:02:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/rex-a-string-from-text/m-p/512200#M143637</guid>
      <dc:creator>dacamargov</dc:creator>
      <dc:date>2020-08-03T19:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: rex a string from text</title>
      <link>https://community.splunk.com/t5/Splunk-Search/rex-a-string-from-text/m-p/512206#M143640</link>
      <description>&lt;P&gt;It works on my test system.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults | eval _raw="\"timezone\":\"America/Sao_Paulo\",\"max_counter\":2,\"timezone\":\"America/Brasilia\",\"max_counter\":2..."
| rex max_match=0 "\/(?&amp;lt;city&amp;gt;\w+)"
| mvexpand city
| top limit=20 city&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="richgalloway_0-1596481653551.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/10003iC23E8AC2412097D1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="richgalloway_0-1596481653551.png" alt="richgalloway_0-1596481653551.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2020 19:23:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/rex-a-string-from-text/m-p/512206#M143640</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-08-03T19:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: rex a string from text</title>
      <link>https://community.splunk.com/t5/Splunk-Search/rex-a-string-from-text/m-p/512209#M143642</link>
      <description>&lt;P&gt;If your log is JSON, please &lt;STRONG&gt;_raw&lt;/STRONG&gt; text. not your modified samples.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2020 19:38:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/rex-a-string-from-text/m-p/512209#M143642</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-08-03T19:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: rex a string from text</title>
      <link>https://community.splunk.com/t5/Splunk-Search/rex-a-string-from-text/m-p/512213#M143645</link>
      <description>&lt;P&gt;How it will be writen using the "America" string before? I really need to use it as I put in the example, sorry for dont say that before.&amp;nbsp;&lt;/P&gt;&lt;P&gt;ps: It is beacuse the real text is huge and then matching with /\ will not works, have to be with the "America" word before it.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Aug 2020 19:47:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/rex-a-string-from-text/m-p/512213#M143645</guid>
      <dc:creator>dacamargov</dc:creator>
      <dc:date>2020-08-03T19:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: rex a string from text</title>
      <link>https://community.splunk.com/t5/Splunk-Search/rex-a-string-from-text/m-p/512216#M143646</link>
      <description>&lt;P&gt;I didn't assume all of the cities are in the Americas when I made the example.&amp;nbsp; To fix it, just put "America" in the regular expression.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults | eval _raw="\"timezone\":\"America/Sao_Paulo\",\"max_counter\":2,\"timezone\":\"America/Brasilia\",\"max_counter\":2..."
| rex max_match=0 "America\/(?&amp;lt;city&amp;gt;\w+)"
| mvexpand city
| top limit=20 city&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 03 Aug 2020 20:05:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/rex-a-string-from-text/m-p/512216#M143646</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-08-03T20:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: rex a string from text</title>
      <link>https://community.splunk.com/t5/Splunk-Search/rex-a-string-from-text/m-p/512370#M143703</link>
      <description>&lt;P&gt;&lt;STRONG&gt;hey guys, here the real sample:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;dialog_node\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;&lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;node_1_1512565351738\&lt;/SPAN&gt;",&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;title\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;&lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;TAG_TEL_2.1.01_xingamentos&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="m_19372362811225556t"&gt;-&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="m_19372362811225556t"&gt;Ofensas&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="m_19372362811225556t"&gt;-&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="m_19372362811225556t"&gt;Nós&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="m_19372362811225556t"&gt;de&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="m_19372362811225556t"&gt;transferência\&lt;/SPAN&gt;",&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;conditions\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;&lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;intents&lt;/SPAN&gt;[&lt;SPAN class="m_19372362811225556t"&gt;0&lt;/SPAN&gt;]&lt;SPAN class="m_19372362811225556t"&gt;.confidence&lt;/SPAN&gt;&amp;nbsp;&amp;gt;&amp;nbsp;&lt;SPAN class="m_19372362811225556t"&gt;0.7\&lt;/SPAN&gt;"}],&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;log_messages\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:&lt;/SPAN&gt;[]},&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;context\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:&lt;/SPAN&gt;{&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;CONTENT_OMITTEDa\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:&lt;/SPAN&gt;{&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;CONTENT_OMITTEDt\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;&lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;NextChatV1\&lt;/SPAN&gt;"},&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;conversation_id\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;&lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;d4d7e1fa-7ecc-4eed-b496-f6a24d0c52fa\&lt;/SPAN&gt;",&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;system\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:&lt;/SPAN&gt;{&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;initialized\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:true&lt;/SPAN&gt;,&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;dialog_stack\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:&lt;/SPAN&gt;[{&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;dialog_node\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;&lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;node_1_1512565351738\&lt;/SPAN&gt;"}],&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;dialog_turn_counter\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:18&lt;/SPAN&gt;,&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;dialog_request_counter\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:18&lt;/SPAN&gt;,&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;_node_output_map\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:&lt;/SPAN&gt;{&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;Welcome\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:&lt;/SPAN&gt;[&lt;SPAN class="m_19372362811225556t"&gt;0&lt;/SPAN&gt;],&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;node_4_1545219778942\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:&lt;/SPAN&gt;[&lt;SPAN class="m_19372362811225556t"&gt;0&lt;/SPAN&gt;,&lt;SPAN class="m_19372362811225556t"&gt;0&lt;/SPAN&gt;],&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;node_6_1506019673483\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:&lt;/SPAN&gt;[&lt;SPAN class="m_19372362811225556t"&gt;0&lt;/SPAN&gt;],&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;node_10_1586976201933\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:&lt;/SPAN&gt;{&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;0\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:&lt;/SPAN&gt;[&lt;SPAN class="m_19372362811225556t"&gt;0&lt;/SPAN&gt;]},&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;response_89_1586976254180\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:&lt;/SPAN&gt;{&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;0\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:&lt;/SPAN&gt;[&lt;SPAN class="m_19372362811225556t"&gt;0&lt;/SPAN&gt;]},&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;node_85_1586976254180\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:&lt;/SPAN&gt;{&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;0\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:&lt;/SPAN&gt;[&lt;SPAN class="m_19372362811225556t"&gt;0&lt;/SPAN&gt;]},&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;node_1_1507049882219\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:&lt;/SPAN&gt;[&lt;SPAN class="m_19372362811225556t"&gt;0&lt;/SPAN&gt;],&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;response_202_1586977011758\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:&lt;/SPAN&gt;[&lt;SPAN class="m_19372362811225556t"&gt;0&lt;/SPAN&gt;],&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;response_192_1586977011758\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:&lt;/SPAN&gt;{&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;0\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:&lt;/SPAN&gt;[&lt;SPAN class="m_19372362811225556t"&gt;0&lt;/SPAN&gt;]},&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;response_186_1586977011758\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:&lt;/SPAN&gt;{&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;0\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:&lt;/SPAN&gt;[&lt;SPAN class="m_19372362811225556t"&gt;0&lt;/SPAN&gt;]},&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;node_182_1586977011758\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:&lt;/SPAN&gt;{&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;0\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:&lt;/SPAN&gt;[&lt;SPAN class="m_19372362811225556t"&gt;0&lt;/SPAN&gt;]},&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;node_1_1560349134258\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:&lt;/SPAN&gt;[&lt;SPAN class="m_19372362811225556t"&gt;0&lt;/SPAN&gt;],&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;node_1_1516808150030\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:&lt;/SPAN&gt;[&lt;SPAN class="m_19372362811225556t"&gt;0&lt;/SPAN&gt;,&lt;SPAN class="m_19372362811225556t"&gt;2&lt;/SPAN&gt;,&lt;SPAN class="m_19372362811225556t"&gt;1&lt;/SPAN&gt;,&lt;SPAN class="m_19372362811225556t"&gt;0&lt;/SPAN&gt;],&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;node_1_1512565351738\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:&lt;/SPAN&gt;[&lt;SPAN class="m_19372362811225556t"&gt;0&lt;/SPAN&gt;]},&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;branch_exited\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:true&lt;/SPAN&gt;,&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;branch_exited_reason\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;&lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;fallback\&lt;/SPAN&gt;"},&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;algar\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:true&lt;/SPAN&gt;,&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;counter\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:1&lt;/SPAN&gt;,&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;holidays\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;&lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/SPAN&gt;"[&lt;SPAN class="m_19372362811225556t"&gt;\\\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;11/06/20\\\&lt;/SPAN&gt;"]&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;",&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;timezone\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;&lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;America/Sao_Paulo\&lt;/SPAN&gt;",&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;max_counter\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:2&lt;/SPAN&gt;,&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;lastTopicname\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;&lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;",&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;threshold_counter\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:1&lt;/SPAN&gt;,&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;transfer_agent_counter\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:1&lt;/SPAN&gt;,&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;teste_oferta_credito_inicio\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:false&lt;/SPAN&gt;,&lt;SPAN class="m_19372362811225556t"&gt;\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;jornada_strut\&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;&lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;next0_geral_-_-_ofensas\&lt;/SPAN&gt;"}}","&lt;SPAN class="m_19372362811225556t"&gt;headers&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:&lt;/SPAN&gt;"{&lt;SPAN class="m_19372362811225556t"&gt;content-length=&lt;/SPAN&gt;[&lt;SPAN class="m_19372362811225556t"&gt;2036&lt;/SPAN&gt;],&amp;nbsp;&lt;SPAN class="m_19372362811225556t"&gt;content-type=&lt;/SPAN&gt;[&lt;SPAN class="m_19372362811225556t"&gt;application/json&lt;/SPAN&gt;;&lt;SPAN class="m_19372362811225556t"&gt;charset=UTF-8&lt;/SPAN&gt;],&amp;nbsp;&lt;SPAN class="m_19372362811225556t"&gt;date=&lt;/SPAN&gt;[&lt;SPAN class="m_19372362811225556t"&gt;Mon&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN class="m_19372362811225556t"&gt;03&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="m_19372362811225556t"&gt;Aug&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="m_19372362811225556t"&gt;2020&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="m_19372362811225556t"&gt;13:48:38&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="m_19372362811225556t"&gt;GMT&lt;/SPAN&gt;],&amp;nbsp;&lt;SPAN class="m_19372362811225556t"&gt;server=&lt;/SPAN&gt;[&lt;SPAN class="m_19372362811225556t"&gt;Apache-Coyote/1.1&lt;/SPAN&gt;],&amp;nbsp;&lt;SPAN class="m_19372362811225556t"&gt;x-server_address=&lt;/SPAN&gt;[&lt;SPAN class="m_19372362811225556t"&gt;::ffff:10.215.42.116&lt;/SPAN&gt;]}","&lt;SPAN class="m_19372362811225556t"&gt;params&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:null&lt;/SPAN&gt;,"&lt;SPAN class="m_19372362811225556t"&gt;status&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:200&lt;/SPAN&gt;,"&lt;SPAN class="m_19372362811225556t"&gt;processingTime&lt;/SPAN&gt;"&lt;SPAN class="m_19372362811225556t"&gt;:531}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;it is one of many, each one is a log containing that info... I am interested in extract the geolocation of them...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks for the help!&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 13:05:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/rex-a-string-from-text/m-p/512370#M143703</guid>
      <dc:creator>dacamargov</dc:creator>
      <dc:date>2020-08-04T13:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: rex a string from text</title>
      <link>https://community.splunk.com/t5/Splunk-Search/rex-a-string-from-text/m-p/512381#M143705</link>
      <description>&lt;P&gt;&amp;nbsp; this works in regex101&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex "timezone\\(.*?)\/(?&amp;lt;city&amp;gt;[^\\]+)"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;- working in Splunk&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex "timezone\\\(.*?)\/(?&amp;lt;city&amp;gt;[^\\\]+)"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;upvote if this works&lt;/P&gt;</description>
      <pubDate>Tue, 04 Aug 2020 13:59:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/rex-a-string-from-text/m-p/512381#M143705</guid>
      <dc:creator>thambisetty</dc:creator>
      <dc:date>2020-08-04T13:59:38Z</dc:date>
    </item>
  </channel>
</rss>

