<?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: Need help on Regex to extract in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Need-help-on-Regex-to-extract/m-p/632313#M108320</link>
    <description>&lt;P&gt;Thank you its working manually.&lt;/P&gt;&lt;P&gt;how to add automatically for a source type.&lt;/P&gt;&lt;P&gt;i have added the regex in the field extractor but not getting field populated while searching with the sourcetype&lt;/P&gt;</description>
    <pubDate>Mon, 27 Feb 2023 06:27:43 GMT</pubDate>
    <dc:creator>sekhar463</dc:creator>
    <dc:date>2023-02-27T06:27:43Z</dc:date>
    <item>
      <title>Need help on Regex to extract</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-help-on-Regex-to-extract/m-p/632214#M108314</link>
      <description>&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;how to extract&amp;nbsp; this&amp;nbsp; &lt;STRONG&gt;message&amp;nbsp; bgp_connect_start: connect 2403:df40:0:16::3 (Internal AS 14630) (instance master): No route to host&amp;nbsp;&lt;/STRONG&gt;&amp;nbsp; as new fields as BGP connection fields&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BGP_CONNECT_FAILED: bgp_connect_start: connect 2403:df40:0:16::3 (Internal AS 14630) (instance master): No route to host&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2023 14:39:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-help-on-Regex-to-extract/m-p/632214#M108314</guid>
      <dc:creator>sekhar463</dc:creator>
      <dc:date>2023-02-24T14:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on Regex to extract</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-help-on-Regex-to-extract/m-p/632215#M108315</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/244375"&gt;@sekhar463&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;could you share your full log?&lt;/P&gt;&lt;P&gt;the regex for the log you shared could be:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| rex "BGP_CONNECT_FAILED: (?&amp;lt;BGP_connection&amp;gt;.*)"&lt;/LI-CODE&gt;&lt;P&gt;that you can test at&amp;nbsp;&lt;A href="https://regex101.com/r/4s62eG/1" target="_blank"&gt;https://regex101.com/r/4s62eG/1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;but to be more sure I nned the full log.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 24 Feb 2023 14:49:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-help-on-Regex-to-extract/m-p/632215#M108315</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-02-24T14:49:55Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on Regex to extract</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-help-on-Regex-to-extract/m-p/632313#M108320</link>
      <description>&lt;P&gt;Thank you its working manually.&lt;/P&gt;&lt;P&gt;how to add automatically for a source type.&lt;/P&gt;&lt;P&gt;i have added the regex in the field extractor but not getting field populated while searching with the sourcetype&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 06:27:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-help-on-Regex-to-extract/m-p/632313#M108320</guid>
      <dc:creator>sekhar463</dc:creator>
      <dc:date>2023-02-27T06:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on Regex to extract</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-help-on-Regex-to-extract/m-p/632325#M108321</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/244375"&gt;@sekhar463&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you can automatically extract the field using the Field Extractor or the [Settings &amp;gt; Fields &amp;gt; ield Extraction &amp;gt; new Field] (in this case you have to identify the sourcetype for the Field Extractioj.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 08:01:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-help-on-Regex-to-extract/m-p/632325#M108321</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-02-27T08:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on Regex to extract</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-help-on-Regex-to-extract/m-p/632328#M108322</link>
      <description>&lt;P&gt;yes i did the same and i have given below regex.&lt;/P&gt;&lt;P&gt;but still not reflecting in the search data&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 08:06:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-help-on-Regex-to-extract/m-p/632328#M108322</guid>
      <dc:creator>sekhar463</dc:creator>
      <dc:date>2023-02-27T08:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on Regex to extract</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Need-help-on-Regex-to-extract/m-p/632340#M108323</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/244375"&gt;@sekhar463&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;check the sourcetype and wait some minute before testing the field extraction, it isn't immediate.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 10:34:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Need-help-on-Regex-to-extract/m-p/632340#M108323</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-02-27T10:34:15Z</dc:date>
    </item>
  </channel>
</rss>

