<?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 create regex for AWS ARN to extract region? in Other Usage</title>
    <link>https://community.splunk.com/t5/Other-Usage/How-to-create-regex-for-AWS-ARN-to-extract-region/m-p/646428#M392</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Please help to create regx to extract region from below aws ARN(us-west-2)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;arn:aws:secretsmanager:us-west-2:1111111111:secret:/rds-oracle/xxxx-xx17sd-xxxxxx-xxx67xxx7gd7133/TEST-01TEST&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 12 Jun 2023 14:00:58 GMT</pubDate>
    <dc:creator>chvenu17</dc:creator>
    <dc:date>2023-06-12T14:00:58Z</dc:date>
    <item>
      <title>How to create regex for AWS ARN to extract region?</title>
      <link>https://community.splunk.com/t5/Other-Usage/How-to-create-regex-for-AWS-ARN-to-extract-region/m-p/646428#M392</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Please help to create regx to extract region from below aws ARN(us-west-2)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;arn:aws:secretsmanager:us-west-2:1111111111:secret:/rds-oracle/xxxx-xx17sd-xxxxxx-xxx67xxx7gd7133/TEST-01TEST&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 14:00:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/How-to-create-regex-for-AWS-ARN-to-extract-region/m-p/646428#M392</guid>
      <dc:creator>chvenu17</dc:creator>
      <dc:date>2023-06-12T14:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Regex for AWS ARN to extract region?</title>
      <link>https://community.splunk.com/t5/Other-Usage/How-to-create-regex-for-AWS-ARN-to-extract-region/m-p/646476#M393</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;...
| rex "^(?:\w+:){3}(?&amp;lt;region&amp;gt;[^:]+)"&lt;/LI-CODE&gt;&lt;P&gt;this should do the extraction. If the ARN is on field, then you should add “field=&amp;lt;field name&amp;gt;” in rex.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 19:48:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/How-to-create-regex-for-AWS-ARN-to-extract-region/m-p/646476#M393</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-06-09T19:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Regex for AWS ARN to extract region?</title>
      <link>https://community.splunk.com/t5/Other-Usage/How-to-create-regex-for-AWS-ARN-to-extract-region/m-p/646491#M394</link>
      <description>&lt;P&gt;Thank you , its working&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 02:36:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/How-to-create-regex-for-AWS-ARN-to-extract-region/m-p/646491#M394</guid>
      <dc:creator>chvenu17</dc:creator>
      <dc:date>2023-06-10T02:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Regex for AWS ARN to extract region?</title>
      <link>https://community.splunk.com/t5/Other-Usage/How-to-create-regex-for-AWS-ARN-to-extract-region/m-p/646494#M395</link>
      <description>&lt;P&gt;Can you help to brekdown, in case i want to modify to pull different field&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 05:41:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/How-to-create-regex-for-AWS-ARN-to-extract-region/m-p/646494#M395</guid>
      <dc:creator>chvenu17</dc:creator>
      <dc:date>2023-06-10T05:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Regex for AWS ARN to extract region?</title>
      <link>https://community.splunk.com/t5/Other-Usage/How-to-create-regex-for-AWS-ARN-to-extract-region/m-p/646496#M396</link>
      <description>&lt;P&gt;Here is a link&amp;nbsp;&lt;A href="https://regex101.com/r/GVLrA1/1" target="_blank"&gt;https://regex101.com/r/GVLrA1/1&lt;/A&gt;&amp;nbsp;where you could read what those are meaning. There is also easy to chain it.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 06:48:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/How-to-create-regex-for-AWS-ARN-to-extract-region/m-p/646496#M396</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-06-10T06:48:56Z</dc:date>
    </item>
  </channel>
</rss>

