<?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: How to create a regex for multiple headers and header values? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383609#M112041</link>
    <description>&lt;P&gt;Thanks. I'll go with that for now until I find a better solution. &lt;/P&gt;</description>
    <pubDate>Thu, 02 Aug 2018 16:52:52 GMT</pubDate>
    <dc:creator>kmaron</dc:creator>
    <dc:date>2018-08-02T16:52:52Z</dc:date>
    <item>
      <title>How to create a regex for multiple headers and header values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383597#M112029</link>
      <description>&lt;P&gt;I'm still not overly comfortable with regex and this has completely stumped me so I'm looking for help.  I'm trying to break up this XML into fields so I can show them on a dashboard in my inline search. &lt;/P&gt;

&lt;P&gt;My event looks like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;            &amp;lt;Header name="$WSIS"&amp;gt;
                &amp;lt;Value&amp;gt;false&amp;lt;/Value&amp;gt;
            &amp;lt;/Header&amp;gt;
            &amp;lt;Header name="$WSPR"&amp;gt;
                &amp;lt;Value&amp;gt;HTTP/1.1&amp;lt;/Value&amp;gt;
            &amp;lt;/Header&amp;gt;
            &amp;lt;Header name="$WSRA"&amp;gt;
                &amp;lt;Value&amp;gt;##.#.##.##1&amp;lt;/Value&amp;gt;
            &amp;lt;/Header&amp;gt;
            &amp;lt;Header name="$WSRH"&amp;gt;
                &amp;lt;Value&amp;gt;##.#.##.##2&amp;lt;/Value&amp;gt;
            &amp;lt;/Header&amp;gt;
            &amp;lt;Header name="$WSSC"&amp;gt;
                &amp;lt;Value&amp;gt;http&amp;lt;/Value&amp;gt;
            &amp;lt;/Header&amp;gt;
            &amp;lt;Header name="$WSSN"&amp;gt;
                &amp;lt;Value&amp;gt;www.website.com&amp;lt;/Value&amp;gt;
            &amp;lt;/Header&amp;gt;
            &amp;lt;Header name="$WSSP"&amp;gt;
                &amp;lt;Value&amp;gt;80&amp;lt;/Value&amp;gt;
            &amp;lt;/Header&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I need to break out each Header name and keep it with it's value so that I can show a table of each header name and subsequent value.  &lt;/P&gt;

&lt;P&gt;I can get the individual fields but I haven't been able to keep them paired up. &lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 13:47:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383597#M112029</guid>
      <dc:creator>kmaron</dc:creator>
      <dc:date>2018-08-02T13:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a regex for multiple headers and header values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383598#M112030</link>
      <description>&lt;P&gt;Is there no other info in the results? It will be easier if we have more at either end of the result.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 14:07:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383598#M112030</guid>
      <dc:creator>jodyfsu</dc:creator>
      <dc:date>2018-08-02T14:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a regex for multiple headers and header values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383599#M112031</link>
      <description>&lt;P&gt;Never mind, I have something. I should have it completed shortly.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 14:10:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383599#M112031</guid>
      <dc:creator>jodyfsu</dc:creator>
      <dc:date>2018-08-02T14:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a regex for multiple headers and header values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383600#M112032</link>
      <description>&lt;P&gt;the section in question starts and ends with &lt;CODE&gt;&amp;lt; Headers &amp;gt;&lt;/CODE&gt; and &lt;CODE&gt;&amp;lt; /Headers &amp;gt;&lt;/CODE&gt; but everything else before and after those tags varies. &lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 14:11:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383600#M112032</guid>
      <dc:creator>kmaron</dc:creator>
      <dc:date>2018-08-02T14:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a regex for multiple headers and header values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383601#M112033</link>
      <description>&lt;P&gt;the spaces aren't really there. it's the only way it would work in the comment. &lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 14:12:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383601#M112033</guid>
      <dc:creator>kmaron</dc:creator>
      <dc:date>2018-08-02T14:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a regex for multiple headers and header values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383602#M112034</link>
      <description>&lt;P&gt;This should work&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rex "^.[^\&amp;lt;]+\&amp;lt;Header\sname\=\"(?&amp;lt;HEAD1&amp;gt;.[^\"]+)\"\&amp;gt;\n.[^\&amp;lt;]+\&amp;lt;Value\&amp;gt;(?&amp;lt;HEAD1_VAL&amp;gt;.[^\&amp;lt;]+)\&amp;lt;\/Value\&amp;gt;\s.[^\&amp;lt;]+\&amp;lt;\/Header\&amp;gt;\s.[^\&amp;lt;]+\&amp;lt;Header\sname\=\"(?&amp;lt;HEAD2&amp;gt;.[^\"]+)\"\&amp;gt;\s.[^\&amp;lt;]+\&amp;lt;Value\&amp;gt;(?&amp;lt;HEAD2_VAL&amp;gt;.[^\&amp;lt;]+)\&amp;lt;\/Value\&amp;gt;\s.[^\&amp;lt;]+\&amp;lt;\/Header\&amp;gt;\s.[^\&amp;lt;]+\&amp;lt;Header\sname\=\"(?&amp;lt;HEAD3&amp;gt;.[^\"]+)\"\&amp;gt;\s.[^\&amp;lt;]+\&amp;lt;Value\&amp;gt;(?&amp;lt;HEAD3_VAL&amp;gt;.[^\&amp;lt;]+)\&amp;lt;\/Value\&amp;gt;\s.[^\&amp;lt;]+\&amp;lt;\/Header\&amp;gt;\s.[^\&amp;lt;]+\&amp;lt;Header\sname\=\"(?&amp;lt;HEAD4&amp;gt;.[^\"]+)\"\&amp;gt;\s.[^\&amp;lt;]+\&amp;lt;Value\&amp;gt;(?&amp;lt;HEAD4_VAL&amp;gt;.[^\&amp;lt;]+)\&amp;lt;\/Value\&amp;gt;\s.[^\&amp;lt;]+\&amp;lt;\/Header\&amp;gt;\s.[^\&amp;lt;]+\&amp;lt;Header\sname\=\"(?&amp;lt;HEAD5&amp;gt;.[^\"]+)\"\&amp;gt;\s.[^\&amp;lt;]+\&amp;lt;Value\&amp;gt;(?&amp;lt;HEAD5_VAL&amp;gt;.[^\&amp;lt;]+)\&amp;lt;\/Value\&amp;gt;\s.[^\&amp;lt;]+\&amp;lt;\/Header\&amp;gt;\s.[^\&amp;lt;]+\&amp;lt;Header\sname\=\"(?&amp;lt;HEAD6&amp;gt;.[^\"]+)\"\&amp;gt;\s.[^\&amp;lt;]+\&amp;lt;Value\&amp;gt;(?&amp;lt;HEAD6_VAL&amp;gt;.[^\&amp;lt;]+)\&amp;lt;\/Value\&amp;gt;\s.[^\&amp;lt;]+\&amp;lt;\/Header\&amp;gt;\s.[^\&amp;lt;]+\&amp;lt;Header\sname\=\"(?&amp;lt;HEAD7&amp;gt;.[^\&amp;gt;]+)\&amp;gt;\s.[^\&amp;lt;]+\&amp;lt;Value\&amp;gt;(?&amp;lt;HEAD7_VAL&amp;gt;.[^\&amp;lt;]+)\&amp;lt;"
| table HEAD1 HEAD1_VAL HEAD2 HEAD2_VAL HEAD3 HEAD3_VAL HEAD4 HEAD4_VAL HEAD5 HEAD5_VAL HEAD6 HEAD6_VAL HEAD7 HEAD7_VAL
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Let us know if you are looking for something different.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 14:48:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383602#M112034</guid>
      <dc:creator>jodyfsu</dc:creator>
      <dc:date>2018-08-02T14:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a regex for multiple headers and header values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383603#M112035</link>
      <description>&lt;P&gt;I can make that work but I have an unknown number of header values.  I've seen as many as 39 on different events. &lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 14:52:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383603#M112035</guid>
      <dc:creator>kmaron</dc:creator>
      <dc:date>2018-08-02T14:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a regex for multiple headers and header values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383604#M112036</link>
      <description>&lt;P&gt;can you try defining it in props and transforms&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.1.2/Admin/Propsconf"&gt;props.conf&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; [yourSourceType]
 NO_BINARY_CHECK = 1
 TIME_FORMAT = %a %b %d %H:%M:%S %T %Y
 pulldown_type = 1
 REPORT-xmlkv = xmlkv-alternative
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.1.2/Admin/Transformsconf"&gt;transforms.conf&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; [xmlkv-alternative]
 REGEX = &amp;lt;([^\s\&amp;gt;]*)[^\&amp;gt;]*\&amp;gt;([^&amp;lt;]*)\&amp;lt;\/\1\&amp;gt;
 FORMAT = $1::$2
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 02 Aug 2018 15:16:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383604#M112036</guid>
      <dc:creator>soumyasaha25</dc:creator>
      <dc:date>2018-08-02T15:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a regex for multiple headers and header values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383605#M112037</link>
      <description>&lt;P&gt;Hmm.. You could add the additional HEAD* HEAD*_VAL as needed, it will only get populated if there is data.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 15:17:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383605#M112037</guid>
      <dc:creator>jodyfsu</dc:creator>
      <dc:date>2018-08-02T15:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a regex for multiple headers and header values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383606#M112038</link>
      <description>&lt;P&gt;No. I don't have access to those. It has to be in the SPL. &lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 15:17:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383606#M112038</guid>
      <dc:creator>kmaron</dc:creator>
      <dc:date>2018-08-02T15:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a regex for multiple headers and header values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383607#M112039</link>
      <description>&lt;P&gt;try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;your search | rex field=_raw ".*?\&amp;lt;Header\sname\=\"\$(?P&amp;lt;header_name&amp;gt;.*?)\"\&amp;gt;\s+\&amp;lt;Value\&amp;gt;(?P&amp;lt;value&amp;gt;.*?)\&amp;lt;\/Value\&amp;gt;"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 02 Aug 2018 16:21:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383607#M112039</guid>
      <dc:creator>soumyasaha25</dc:creator>
      <dc:date>2018-08-02T16:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a regex for multiple headers and header values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383608#M112040</link>
      <description>&lt;P&gt;that's essentially what I have.  it gets me one header name and one value.  &lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 16:52:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383608#M112040</guid>
      <dc:creator>kmaron</dc:creator>
      <dc:date>2018-08-02T16:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a regex for multiple headers and header values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383609#M112041</link>
      <description>&lt;P&gt;Thanks. I'll go with that for now until I find a better solution. &lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 16:52:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383609#M112041</guid>
      <dc:creator>kmaron</dc:creator>
      <dc:date>2018-08-02T16:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a regex for multiple headers and header values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383610#M112042</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;

&lt;P&gt;Can you give this a try and see if it works for you. You can run this search as is.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| makeresults 
| eval _raw = "&amp;lt;Header name=\"$WSIS\"&amp;gt;&amp;lt;Value&amp;gt;false&amp;lt;/Value&amp;gt;&amp;lt;/Header&amp;gt;&amp;lt;Header name=\"$WSPR\"&amp;gt;&amp;lt;Value&amp;gt;HTTP/1.1&amp;lt;/Value&amp;gt;&amp;lt;/Header&amp;gt;&amp;lt;Header name=\"$WSRA\"&amp;gt;&amp;lt;Value&amp;gt;##.#.##.##1&amp;lt;/Value&amp;gt;&amp;lt;/Header&amp;gt;&amp;lt;Header name=\"$WSRH\"&amp;gt;&amp;lt;Value&amp;gt;##.#.##.##2&amp;lt;/Value&amp;gt;&amp;lt;/Header&amp;gt;&amp;lt;Header name=\"$WSSC\"&amp;gt;&amp;lt;Value&amp;gt;http&amp;lt;/Value&amp;gt;&amp;lt;/Header&amp;gt;&amp;lt;Header name=\"$WSSN\"&amp;gt;&amp;lt;Value&amp;gt;www.website.com&amp;lt;/Value&amp;gt;&amp;lt;/Header&amp;gt;&amp;lt;Header name=\"$WSSP\"&amp;gt;&amp;lt;Value&amp;gt;80&amp;lt;/Value&amp;gt;&amp;lt;/Header&amp;gt;" 
| spath output=name path=Header{@name} 
| spath output=Value path=Header.Value 
| table name Value
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;If you want to test this against your data, then add below at the end of your search and modify name and value appropriately.&lt;BR /&gt;
&lt;CODE&gt;...&lt;BR /&gt;
| spath output=name path=Header{@name} &lt;BR /&gt;
| spath output=Value path=Header.Value &lt;BR /&gt;
| table name Value&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 17:09:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383610#M112042</guid>
      <dc:creator>sudosplunk</dc:creator>
      <dc:date>2018-08-02T17:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a regex for multiple headers and header values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383611#M112043</link>
      <description>&lt;P&gt;I don't really understand how what you're showing me will work with my event.  your raw is not at all like mine. &lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 17:15:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383611#M112043</guid>
      <dc:creator>kmaron</dc:creator>
      <dc:date>2018-08-02T17:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a regex for multiple headers and header values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383612#M112044</link>
      <description>&lt;P&gt;Sorry, I forgot to paste it in &lt;CODE&gt;Code sample&lt;/CODE&gt;.Splunk doesn't properly catch xml tags if not pasted in Code sample. I modified my comment above. Please note that I escaped &lt;CODE&gt;"&lt;/CODE&gt; to satisfy &lt;CODE&gt;eval&lt;/CODE&gt;. &lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 17:18:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383612#M112044</guid>
      <dc:creator>sudosplunk</dc:creator>
      <dc:date>2018-08-02T17:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a regex for multiple headers and header values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383613#M112045</link>
      <description>&lt;P&gt;okay with your run anywhere example it works great.  But I don't see how I make that work for my actual data.   Maybe I didn't provide enough info.  The list of headers is only a portion of a 500 line block of XML&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 17:29:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383613#M112045</guid>
      <dc:creator>kmaron</dc:creator>
      <dc:date>2018-08-02T17:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a regex for multiple headers and header values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383614#M112046</link>
      <description>&lt;P&gt;Can you provide how actual headers and values look like. You can mask unwanted info.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 17:32:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383614#M112046</guid>
      <dc:creator>sudosplunk</dc:creator>
      <dc:date>2018-08-02T17:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a regex for multiple headers and header values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383615#M112047</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;&amp;lt;WebError email="###" jira="###" application_name="###" uuid="###" classType="com.###.xml.gen.WebError" dateTime="2018-08-02T07:41:34.685-04:00"&amp;gt;
    &amp;lt;Throwable classType="java.lang.IllegalStateException" value="java.lang.IllegalStateException" message="null" runningTotal="1"&amp;gt;
        &amp;lt;Details&amp;gt;java.lang.IllegalStateException
    at com.ibm.ws.session.http.HttpSessionImpl.isNew(HttpSessionImpl.java:313)
    at com.ibm.ws.session.SessionContext.doSecurityCheck(SessionContext.java:559)
    at com.ibm.ws.session.SessionContext.getIHttpSession(SessionContext.java:519)
    at com.ibm.ws.session.SessionContext.getIHttpSession(SessionContext.java:426)
    at com.ibm.ws.webcontainer.srt.SRTRequestContext.getSession(SRTRequestContext.java:113)
    at com.ibm.ws.webcontainer.srt.SRTServletRequest.getSession(SRTServletRequest.java:2212)
    at com.ibm.ws.webcontainer.srt.SRTServletRequest.getSession(SRTServletRequest.java:2196)
    at com.aoins.logging.LoggerFilter.doFilter(LoggerFilter.java:35)
    at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:195)
    at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:91)
    at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:967)
    at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1107)
    at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:87)
    at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:949)
    at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1817)
    at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:200)
    at com.ibm.ws390.xmem.proxy.channel.XMemProxySRInboundConnLink.ready(XMemProxySRInboundConnLink.java:105)
    at com.ibm.ws390.xmem.proxy.channel.XMemProxySRInboundChannel.processNewConnection(XMemProxySRInboundChannel.java:123)
    at com.ibm.ws390.xmem.proxy.XMemProxySRCppUtilities.httpinvoke(XMemProxySRCppUtilities.java:150)
    at com.ibm.ws390.orb.ServerRegionBridge.httpinvoke(ServerRegionBridge.java:213)
    at com.ibm.ws390.orb.CommonBridge.getAndProcessWork(CommonBridge.java:683)
    at com.ibm.ws390.orb.CommonBridge.runApplicationThread(CommonBridge.java:614)
    at com.ibm.ws.util.ThreadPool$ZOSWorker.run(ThreadPool.java:2127)
&amp;lt;/Details&amp;gt;
    &amp;lt;/Throwable&amp;gt;
    &amp;lt;Request&amp;gt;
        &amp;lt;Session created="true"&amp;gt;
            &amp;lt;SessionInfo valid="true" source="COOKIE" id="###" creationTime="2018-08-02T07:41:34.359-04:00" lastAccessedTime="2018-08-02T07:41:34.680-04:00" maxInactiveInterval="1800" new="false"/&amp;gt;
        &amp;lt;/Session&amp;gt;
        &amp;lt;Parameters/&amp;gt;
        &amp;lt;Attributes&amp;gt;
            &amp;lt;ApplicationScope&amp;gt;
                &amp;lt;Attribute name="com.ibm.websphere.servlet.application.classpath" value="*VALUE REMOVED*" classType="java.lang.String"/&amp;gt;
                &amp;lt;Attribute name="com.ibm.websphere.servlet.application.host" value="###" classType="java.lang.String"/&amp;gt;
                &amp;lt;Attribute name="com.ibm.websphere.servlet.application.name" value="###" classType="java.lang.String"/&amp;gt;
                &amp;lt;Attribute name="com.ibm.websphere.servlet.enterprise.application.name" value="###" classType="java.lang.String"/&amp;gt;
                &amp;lt;Attribute name="com.ibm.websphere.servlet.event.ServletContextEventSource" value="com.ibm.ws.webcontainer.webapp.WebAppEventSource@a0f4f3f7" classType="com.ibm.ws.webcontainer.webapp.WebAppEventSource"/&amp;gt;
                &amp;lt;Attribute name="com.ibm.ws.jsf.JSF_IMPL_ENABLED" value="None" classType="com.ibm.ws.jsf.JSFConstants$JSFImplEnabled"/&amp;gt;
                &amp;lt;Attribute name="com.ibm.ws.jsp.servletContextListeners.contextInitialized" value="true" classType="java.lang.String"/&amp;gt;
                &amp;lt;Attribute name="com.ibm.ws.webcontainer.config.WelcomeFileList" value="[index.html, index.htm, index.jsp]" classType="java.util.ArrayList"/&amp;gt;
                &amp;lt;Attribute name="com.ibm.ws.webcontainer.webAppPmiListener" value="com.ibm.ws.webcontainer.WebAppPmiListener@439c3f08" classType="com.ibm.ws.webcontainer.WebAppPmiListener"/&amp;gt;
                &amp;lt;Attribute name="com.ibm.wsspi.portletcontainer" value="com.ibm.ws.portletcontainer.pcinvoker.PortletContainerImpl@2a527a26" classType="com.ibm.ws.portletcontainer.pcinvoker.PortletContainerImpl"/&amp;gt;
                &amp;lt;Attribute name="CONFIGURATION_CONTEXT" value="org.apache.axis2.context.ConfigurationContext@c9df7dbd" classType="org.apache.axis2.context.ConfigurationContext"/&amp;gt;
                &amp;lt;Attribute name="javax.faces.validator.beanValidator.ValidatorFactory" value="com.ibm.ws.beanvalidation.WASProxyValidatorFactory@1011fd1c" classType="com.ibm.ws.beanvalidation.WASProxyValidatorFactory"/&amp;gt;
                &amp;lt;Attribute name="javax.servlet.context.tempdir" value="###" classType="java.io.File"/&amp;gt;
                &amp;lt;Attribute name="JCDI_ENABLED" value="false" classType="java.lang.Boolean"/&amp;gt;
                &amp;lt;Attribute name="org.apache.jasper.runtime.JspApplicationContextImpl" value="org.apache.jasper.runtime.JspApplicationContextImpl@4ebe686b" classType="org.apache.jasper.runtime.JspApplicationContextImpl"/&amp;gt;
                &amp;lt;Attribute name="org.apache.wink.server.internal.RequestProcessor" value="org.apache.wink.server.internal.RequestProcessor@fa506c7a" classType="org.apache.wink.server.internal.RequestProcessor"/&amp;gt;
                &amp;lt;Attribute name="org.springframework.web.context.support.ServletContextScope" value="org.springframework.web.context.support.ServletContextScope@b160b6b9" classType="org.springframework.web.context.support.ServletContextScope"/&amp;gt;
                &amp;lt;Attribute name="org.springframework.web.context.WebApplicationContext.ROOT" value="Root WebApplicationContext: startup date [Thu Aug 02 03:20:04 EDT 2018]; root of context hierarchy" classType="org.springframework.web.context.support.XmlWebApplicationContext"/&amp;gt;
                &amp;lt;Attribute name="org.springframework.web.servlet.FrameworkServlet.CONTEXT.Spring" value="WebApplicationContext for namespace 'Spring-servlet': startup date [Thu Aug 02 03:20:26 EDT 2018]; parent: Root WebApplicationContext" classType="org.springframework.web.context.support.AnnotationConfigWebApplicationContext"/&amp;gt;
                &amp;lt;Attribute name="###" value="org.apache.wink.server.internal.lifecycle.metadata.EJBMetadata@c7f8ea3b" classType="org.apache.wink.server.internal.lifecycle.metadata.EJBMetadata"/&amp;gt;
            &amp;lt;/ApplicationScope&amp;gt;
            &amp;lt;SessionScope/&amp;gt;
            &amp;lt;RequestScope&amp;gt;
                &amp;lt;Attribute name="com.aoins.errorhandler.ErrorHandlerAttribute.EH_TIME" value="August 02, 2018 07:41:34 AM" classType="java.lang.String"/&amp;gt;
                &amp;lt;Attribute name="com.aoins.errorhandler.ErrorHandlerAttribute.EH_UUID" value="###" classType="java.lang.String"/&amp;gt;
                &amp;lt;Attribute name="com.ibm.servlet.engine.webapp.dispatch_nested" value="true" classType="java.lang.String"/&amp;gt;
                &amp;lt;Attribute name="com.ibm.servlet.engine.webapp.dispatch_type" value="forward" classType="java.lang.String"/&amp;gt;
                &amp;lt;Attribute name="ErrorReport" value="com.ibm.ws.webcontainer.webapp.WebAppErrorReport: java.lang.IllegalStateException" classType="com.ibm.ws.webcontainer.webapp.WebAppErrorReport"/&amp;gt;
                &amp;lt;Attribute name="javax.servlet.error.exception" value="java.lang.IllegalStateException" classType="java.lang.IllegalStateException"/&amp;gt;
                &amp;lt;Attribute name="javax.servlet.error.exception_type" value="class java.lang.IllegalStateException" classType="java.lang.Class"/&amp;gt;
                &amp;lt;Attribute name="javax.servlet.error.message" value="java.lang.IllegalStateException" classType="java.lang.String"/&amp;gt;
                &amp;lt;Attribute name="javax.servlet.error.request_uri" value="/V5/Auto/static/css/vehicleLookup.css" classType="java.lang.String"/&amp;gt;
                &amp;lt;Attribute name="javax.servlet.error.servlet_name" value="Static File wrapper" classType="java.lang.String"/&amp;gt;
                &amp;lt;Attribute name="javax.servlet.error.status_code" value="500" classType="java.lang.Integer"/&amp;gt;
                &amp;lt;Attribute name="javax.servlet.forward.context_path" value="###" classType="java.lang.String"/&amp;gt;
                &amp;lt;Attribute name="javax.servlet.forward.path_info" value="###" classType="java.lang.String"/&amp;gt;
                &amp;lt;Attribute name="javax.servlet.forward.request_uri" value="/V5/Auto/static/css/vehicleLookup.css" classType="java.lang.String"/&amp;gt;
                &amp;lt;Attribute name="javax.servlet.forward.servlet_path" value="" classType="java.lang.String"/&amp;gt;
                &amp;lt;Attribute name="javax.servlet.jsp.jspException" value="com.ibm.ws.webcontainer.webapp.WebAppErrorReport: java.lang.IllegalStateException" classType="com.ibm.ws.webcontainer.webapp.WebAppErrorReport"/&amp;gt;
            &amp;lt;/RequestScope&amp;gt;
        &amp;lt;/Attributes&amp;gt;
        &amp;lt;Cookies&amp;gt;
            ###
        &amp;lt;/Cookies&amp;gt;
        &amp;lt;Headers&amp;gt;
            &amp;lt;Header name="$WSIS"&amp;gt;
                &amp;lt;Value&amp;gt;false&amp;lt;/Value&amp;gt;
            &amp;lt;/Header&amp;gt;
            &amp;lt;Header name="$WSPR"&amp;gt;
                &amp;lt;Value&amp;gt;HTTP/1.1&amp;lt;/Value&amp;gt;
            &amp;lt;/Header&amp;gt;
            &amp;lt;Header name="$WSRA"&amp;gt;
                &amp;lt;Value&amp;gt;###&amp;lt;/Value&amp;gt;
            &amp;lt;/Header&amp;gt;
            &amp;lt;Header name="$WSRH"&amp;gt;
                &amp;lt;Value&amp;gt;###&amp;lt;/Value&amp;gt;
            &amp;lt;/Header&amp;gt;
            &amp;lt;Header name="$WSSC"&amp;gt;
                &amp;lt;Value&amp;gt;http&amp;lt;/Value&amp;gt;
            &amp;lt;/Header&amp;gt;
            &amp;lt;Header name="$WSSN"&amp;gt;
                &amp;lt;Value&amp;gt;www.###.com&amp;lt;/Value&amp;gt;
            &amp;lt;/Header&amp;gt;
            &amp;lt;Header name="$WSSP"&amp;gt;
                &amp;lt;Value&amp;gt;80&amp;lt;/Value&amp;gt;
            &amp;lt;/Header&amp;gt;
            &amp;lt;Header name="$WSXCTCONTEXTID"&amp;gt;
                &amp;lt;Value&amp;gt;###&amp;lt;/Value&amp;gt;
            &amp;lt;/Header&amp;gt;
            &amp;lt;Header name="_WS_HAPRT_WLMVERSION"&amp;gt;
                &amp;lt;Value&amp;gt;-1&amp;lt;/Value&amp;gt;
            &amp;lt;/Header&amp;gt;
            &amp;lt;Header name="Accept"&amp;gt;
                &amp;lt;Value&amp;gt;text/css, */*&amp;lt;/Value&amp;gt;
            &amp;lt;/Header&amp;gt;
            &amp;lt;Header name="Accept-Language"&amp;gt;
                &amp;lt;Value&amp;gt;en-US&amp;lt;/Value&amp;gt;
            &amp;lt;/Header&amp;gt;
            &amp;lt;Header name="Cookie"&amp;gt;
                &amp;lt;Value&amp;gt;*VALUE REMOVED*&amp;lt;/Value&amp;gt;
            &amp;lt;/Header&amp;gt;
            &amp;lt;Header name="DNT"&amp;gt;
                &amp;lt;Value&amp;gt;1&amp;lt;/Value&amp;gt;
            &amp;lt;/Header&amp;gt;
            &amp;lt;Header name="Host"&amp;gt;
                &amp;lt;Value&amp;gt;###&amp;lt;/Value&amp;gt;
            &amp;lt;/Header&amp;gt;
            &amp;lt;Header name="If-Modified-Since"&amp;gt;
                &amp;lt;Value&amp;gt;Mon, 30 Jul 2018 17:07:34 GMT&amp;lt;/Value&amp;gt;
            &amp;lt;/Header&amp;gt;
            &amp;lt;Header name="Referer"&amp;gt;
                &amp;lt;Value&amp;gt;https://www.google.com&amp;lt;/Value&amp;gt;
            &amp;lt;/Header&amp;gt;
            &amp;lt;Header name="Surrogate-Capability"&amp;gt;
                &amp;lt;Value&amp;gt;WS-ESI="ESI/1.0+"&amp;lt;/Value&amp;gt;
            &amp;lt;/Header&amp;gt;
            &amp;lt;Header name="User-Agent"&amp;gt;
                &amp;lt;Value&amp;gt;Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko&amp;lt;/Value&amp;gt;
            &amp;lt;/Header&amp;gt;
            &amp;lt;Header name="clientip"&amp;gt;
                &amp;lt;Value&amp;gt;###&amp;lt;/Value&amp;gt;
            &amp;lt;/Header&amp;gt;
            &amp;lt;Header name="ssodbg"&amp;gt;
                &amp;lt;Value&amp;gt;3&amp;lt;/Value&amp;gt;
            &amp;lt;/Header&amp;gt;
            &amp;lt;Header name="TLSLog"&amp;gt;
                &amp;lt;Value&amp;gt;TLSv1.2&amp;lt;/Value&amp;gt;
            &amp;lt;/Header&amp;gt;
            &amp;lt;Header name="Username"&amp;gt;
                &amp;lt;Value&amp;gt;###&amp;lt;/Value&amp;gt;
            &amp;lt;/Header&amp;gt;
            &amp;lt;Header name="X-Forwarded-Proto"&amp;gt;
                &amp;lt;Value&amp;gt;https&amp;lt;/Value&amp;gt;
            &amp;lt;/Header&amp;gt;
        &amp;lt;/Headers&amp;gt;
        &amp;lt;OriginalRequestedURI&amp;gt;###&amp;lt;/OriginalRequestedURI&amp;gt;
        &amp;lt;RequestedURI&amp;gt;###&amp;lt;/RequestedURI&amp;gt;
        &amp;lt;OriginalQueryString&amp;gt;null&amp;lt;/OriginalQueryString&amp;gt;
        &amp;lt;QueryString&amp;gt;null&amp;lt;/QueryString&amp;gt;
        &amp;lt;ServletName&amp;gt;Static File wrapper&amp;lt;/ServletName&amp;gt;
        &amp;lt;StatusCode&amp;gt;500&amp;lt;/StatusCode&amp;gt;
        &amp;lt;CharacterEncoding&amp;gt;null&amp;lt;/CharacterEncoding&amp;gt;
        &amp;lt;ContentLength&amp;gt;-1&amp;lt;/ContentLength&amp;gt;
        &amp;lt;ContentType&amp;gt;null&amp;lt;/ContentType&amp;gt;
        &amp;lt;Secure&amp;gt;true&amp;lt;/Secure&amp;gt;
        &amp;lt;Method&amp;gt;GET&amp;lt;/Method&amp;gt;
        &amp;lt;AuthorizationType&amp;gt;BASIC&amp;lt;/AuthorizationType&amp;gt;
        &amp;lt;PathInfo&amp;gt;null&amp;lt;/PathInfo&amp;gt;
        &amp;lt;PathTranslated&amp;gt;null&amp;lt;/PathTranslated&amp;gt;
        &amp;lt;Client host="###" address="###" remoteUser="###" port="###"&amp;gt;
            &amp;lt;Locale language="en" country="US"/&amp;gt;
        &amp;lt;/Client&amp;gt;
        &amp;lt;Server host="###" port="###"/&amp;gt;
        &amp;lt;WASServer serverName="###" jobNumber="###"/&amp;gt;
        &amp;lt;LocalInterface host="###" address="###0" port="###"/&amp;gt;
    &amp;lt;/Request&amp;gt;
&amp;lt;/WebError&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 02 Aug 2018 17:43:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383615#M112047</guid>
      <dc:creator>kmaron</dc:creator>
      <dc:date>2018-08-02T17:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a regex for multiple headers and header values?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383616#M112048</link>
      <description>&lt;P&gt;Please run the search below and see if it works for you. If yes, all you need to is, add &lt;CODE&gt;|spath&lt;/CODE&gt; at the end of your search query. More info about &lt;A href="http://docs.splunk.com/Documentation/Splunk/7.1.2/SearchReference/Spath"&gt;spath&lt;/A&gt; command.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| makeresults | eval _raw = "&amp;lt;WebError email=\"###\" jira=\"###\" application_name=\"###\" uuid=\"###\" classType=\"com.###.xml.gen.WebError\" dateTime=\"2018-08-02T07:41:34.685-04:00\"&amp;gt;
     &amp;lt;Throwable classType=\"java.lang.IllegalStateException\" value=\"java.lang.IllegalStateException\" message=\"null\" runningTotal=\"1\"&amp;gt;
         &amp;lt;Details&amp;gt;java.lang.IllegalStateException
     at com.ibm.ws.session.http.HttpSessionImpl.isNew(HttpSessionImpl.java:313)
     at com.ibm.ws.session.SessionContext.doSecurityCheck(SessionContext.java:559)
     at com.ibm.ws.session.SessionContext.getIHttpSession(SessionContext.java:519)
     at com.ibm.ws.session.SessionContext.getIHttpSession(SessionContext.java:426)
     at com.ibm.ws.webcontainer.srt.SRTRequestContext.getSession(SRTRequestContext.java:113)
     at com.ibm.ws.webcontainer.srt.SRTServletRequest.getSession(SRTServletRequest.java:2212)
     at com.ibm.ws.webcontainer.srt.SRTServletRequest.getSession(SRTServletRequest.java:2196)
     at com.aoins.logging.LoggerFilter.doFilter(LoggerFilter.java:35)
     at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java:195)
     at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:91)
     at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:967)
     at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1107)
     at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:87)
     at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:949)
     at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1817)
     at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:200)
     at com.ibm.ws390.xmem.proxy.channel.XMemProxySRInboundConnLink.ready(XMemProxySRInboundConnLink.java:105)
     at com.ibm.ws390.xmem.proxy.channel.XMemProxySRInboundChannel.processNewConnection(XMemProxySRInboundChannel.java:123)
     at com.ibm.ws390.xmem.proxy.XMemProxySRCppUtilities.httpinvoke(XMemProxySRCppUtilities.java:150)
     at com.ibm.ws390.orb.ServerRegionBridge.httpinvoke(ServerRegionBridge.java:213)
     at com.ibm.ws390.orb.CommonBridge.getAndProcessWork(CommonBridge.java:683)
     at com.ibm.ws390.orb.CommonBridge.runApplicationThread(CommonBridge.java:614)
     at com.ibm.ws.util.ThreadPool$ZOSWorker.run(ThreadPool.java:2127)
 &amp;lt;/Details&amp;gt;
     &amp;lt;/Throwable&amp;gt;
     &amp;lt;Request&amp;gt;
         &amp;lt;Session created=\"true\"&amp;gt;
             &amp;lt;SessionInfo valid=\"true\" source=\"COOKIE\" id=\"###\" creationTime=\"2018-08-02T07:41:34.359-04:00\" lastAccessedTime=\"2018-08-02T07:41:34.680-04:00\" maxInactiveInterval=\"1800\" new=\"false\"/&amp;gt;
         &amp;lt;/Session&amp;gt;
         &amp;lt;Parameters/&amp;gt;
         &amp;lt;Attributes&amp;gt;
             &amp;lt;ApplicationScope&amp;gt;
                 &amp;lt;Attribute name=\"com.ibm.websphere.servlet.application.classpath\" value=\"*VALUE REMOVED*\" classType=\"java.lang.String\"/&amp;gt;
                 &amp;lt;Attribute name=\"com.ibm.websphere.servlet.application.host\" value=\"###\" classType=\"java.lang.String\"/&amp;gt;
                 &amp;lt;Attribute name=\"com.ibm.websphere.servlet.application.name\" value=\"###\" classType=\"java.lang.String\"/&amp;gt;
                 &amp;lt;Attribute name=\"com.ibm.websphere.servlet.enterprise.application.name\" value=\"###\" classType=\"java.lang.String\"/&amp;gt;
                 &amp;lt;Attribute name=\"com.ibm.websphere.servlet.event.ServletContextEventSource\" value=\"com.ibm.ws.webcontainer.webapp.WebAppEventSource@a0f4f3f7\" classType=\"com.ibm.ws.webcontainer.webapp.WebAppEventSource\"/&amp;gt;
                 &amp;lt;Attribute name=\"com.ibm.ws.jsf.JSF_IMPL_ENABLED\" value=\"None\" classType=\"com.ibm.ws.jsf.JSFConstants$JSFImplEnabled\"/&amp;gt;
                 &amp;lt;Attribute name=\"com.ibm.ws.jsp.servletContextListeners.contextInitialized\" value=\"true\" classType=\"java.lang.String\"/&amp;gt;
                 &amp;lt;Attribute name=\"com.ibm.ws.webcontainer.config.WelcomeFileList\" value=\"\[index.html, index.htm, index.jsp\]\" classType=\"java.util.ArrayList\"/&amp;gt;
                 &amp;lt;Attribute name=\"com.ibm.ws.webcontainer.webAppPmiListener\" value=\"com.ibm.ws.webcontainer.WebAppPmiListener@439c3f08\" classType=\"com.ibm.ws.webcontainer.WebAppPmiListener\"/&amp;gt;
                 &amp;lt;Attribute name=\"com.ibm.wsspi.portletcontainer\" value=\"com.ibm.ws.portletcontainer.pcinvoker.PortletContainerImpl@2a527a26\" classType=\"com.ibm.ws.portletcontainer.pcinvoker.PortletContainerImpl\"/&amp;gt;
                 &amp;lt;Attribute name=\"CONFIGURATION_CONTEXT\" value=\"org.apache.axis2.context.ConfigurationContext@c9df7dbd\" classType=\"org.apache.axis2.context.ConfigurationContext\"/&amp;gt;
                 &amp;lt;Attribute name=\"javax.faces.validator.beanValidator.ValidatorFactory\" value=\"com.ibm.ws.beanvalidation.WASProxyValidatorFactory@1011fd1c\" classType=\"com.ibm.ws.beanvalidation.WASProxyValidatorFactory\"/&amp;gt;
                 &amp;lt;Attribute name=\"javax.servlet.context.tempdir\" value=\"###\" classType=\"java.io.File\"/&amp;gt;
                 &amp;lt;Attribute name=\"JCDI_ENABLED\" value=\"false\" classType=\"java.lang.Boolean\"/&amp;gt;
                 &amp;lt;Attribute name=\"org.apache.jasper.runtime.JspApplicationContextImpl\" value=\"org.apache.jasper.runtime.JspApplicationContextImpl@4ebe686b\" classType=\"org.apache.jasper.runtime.JspApplicationContextImpl\"/&amp;gt;
                 &amp;lt;Attribute name=\"org.apache.wink.server.internal.RequestProcessor\" value=\"org.apache.wink.server.internal.RequestProcessor@fa506c7a\" classType=\"org.apache.wink.server.internal.RequestProcessor\"/&amp;gt;
                 &amp;lt;Attribute name=\"org.springframework.web.context.support.ServletContextScope\" value=\"org.springframework.web.context.support.ServletContextScope@b160b6b9\" classType=\"org.springframework.web.context.support.ServletContextScope\"/&amp;gt;
                 &amp;lt;Attribute name=\"org.springframework.web.context.WebApplicationContext.ROOT\" value=\"Root WebApplicationContext: startup date \[Thu Aug 02 03:20:04 EDT 2018\]; root of context hierarchy\" classType=\"org.springframework.web.context.support.XmlWebApplicationContext\"/&amp;gt;
                 &amp;lt;Attribute name=\"org.springframework.web.servlet.FrameworkServlet.CONTEXT.Spring\" value=\"WebApplicationContext for namespace 'Spring-servlet': startup date \[Thu Aug 02 03:20:26 EDT 2018\]; parent: Root WebApplicationContext\" classType=\"org.springframework.web.context.support.AnnotationConfigWebApplicationContext\"/&amp;gt;
                 &amp;lt;Attribute name=\"###\" value=\"org.apache.wink.server.internal.lifecycle.metadata.EJBMetadata@c7f8ea3b\" classType=\"org.apache.wink.server.internal.lifecycle.metadata.EJBMetadata\"/&amp;gt;
             &amp;lt;/ApplicationScope&amp;gt;
             &amp;lt;SessionScope/&amp;gt;
             &amp;lt;RequestScope&amp;gt;
                 &amp;lt;Attribute name=\"com.aoins.errorhandler.ErrorHandlerAttribute.EH_TIME\" value=\"August 02, 2018 07:41:34 AM\" classType=\"java.lang.String\"/&amp;gt;
                 &amp;lt;Attribute name=\"com.aoins.errorhandler.ErrorHandlerAttribute.EH_UUID\" value=\"###\" classType=\"java.lang.String\"/&amp;gt;
                 &amp;lt;Attribute name=\"com.ibm.servlet.engine.webapp.dispatch_nested\" value=\"true\" classType=\"java.lang.String\"/&amp;gt;
                 &amp;lt;Attribute name=\"com.ibm.servlet.engine.webapp.dispatch_type\" value=\"forward\" classType=\"java.lang.String\"/&amp;gt;
                 &amp;lt;Attribute name=\"ErrorReport\" value=\"com.ibm.ws.webcontainer.webapp.WebAppErrorReport: java.lang.IllegalStateException\" classType=\"com.ibm.ws.webcontainer.webapp.WebAppErrorReport\"/&amp;gt;
                 &amp;lt;Attribute name=\"javax.servlet.error.exception\" value=\"java.lang.IllegalStateException\" classType=\"java.lang.IllegalStateException\"/&amp;gt;
                 &amp;lt;Attribute name=\"javax.servlet.error.exception_type\" value=\"class java.lang.IllegalStateException\" classType=\"java.lang.Class\"/&amp;gt;
                 &amp;lt;Attribute name=\"javax.servlet.error.message\" value=\"java.lang.IllegalStateException\" classType=\"java.lang.String\"/&amp;gt;
                 &amp;lt;Attribute name=\"javax.servlet.error.request_uri\" value=\"/V5/Auto/static/css/vehicleLookup.css\" classType=\"java.lang.String\"/&amp;gt;
                 &amp;lt;Attribute name=\"javax.servlet.error.servlet_name\" value=\"Static File wrapper\" classType=\"java.lang.String\"/&amp;gt;
                 &amp;lt;Attribute name=\"javax.servlet.error.status_code\" value=\"500\" classType=\"java.lang.Integer\"/&amp;gt;
                 &amp;lt;Attribute name=\"javax.servlet.forward.context_path\" value=\"###\" classType=\"java.lang.String\"/&amp;gt;
                 &amp;lt;Attribute name=\"javax.servlet.forward.path_info\" value=\"###\" classType=\"java.lang.String\"/&amp;gt;
                 &amp;lt;Attribute name=\"javax.servlet.forward.request_uri\" value=\"/V5/Auto/static/css/vehicleLookup.css\" classType=\"java.lang.String\"/&amp;gt;
                 &amp;lt;Attribute name=\"javax.servlet.forward.servlet_path\" value=\"\" classType=\"java.lang.String\"/&amp;gt;
                 &amp;lt;Attribute name=\"javax.servlet.jsp.jspException\" value=\"com.ibm.ws.webcontainer.webapp.WebAppErrorReport: java.lang.IllegalStateException\" classType=\"com.ibm.ws.webcontainer.webapp.WebAppErrorReport\"/&amp;gt;
             &amp;lt;/RequestScope&amp;gt;
         &amp;lt;/Attributes&amp;gt;
         &amp;lt;Cookies&amp;gt;
             ###
         &amp;lt;/Cookies&amp;gt;
         &amp;lt;Headers&amp;gt;
             &amp;lt;Header name=\"$WSIS\"&amp;gt;
                 &amp;lt;Value&amp;gt;false&amp;lt;/Value&amp;gt;
             &amp;lt;/Header&amp;gt;
             &amp;lt;Header name=\"$WSPR\"&amp;gt;
                 &amp;lt;Value&amp;gt;HTTP/1.1&amp;lt;/Value&amp;gt;
             &amp;lt;/Header&amp;gt;
             &amp;lt;Header name=\"$WSRA\"&amp;gt;
                 &amp;lt;Value&amp;gt;###&amp;lt;/Value&amp;gt;
             &amp;lt;/Header&amp;gt;
             &amp;lt;Header name=\"$WSRH\"&amp;gt;
                 &amp;lt;Value&amp;gt;###&amp;lt;/Value&amp;gt;
             &amp;lt;/Header&amp;gt;
             &amp;lt;Header name=\"$WSSC\"&amp;gt;
                 &amp;lt;Value&amp;gt;http&amp;lt;/Value&amp;gt;
             &amp;lt;/Header&amp;gt;
             &amp;lt;Header name=\"$WSSN\"&amp;gt;
                 &amp;lt;Value&amp;gt;www.###.com&amp;lt;/Value&amp;gt;
             &amp;lt;/Header&amp;gt;
             &amp;lt;Header name=\"$WSSP\"&amp;gt;
                 &amp;lt;Value&amp;gt;80&amp;lt;/Value&amp;gt;
             &amp;lt;/Header&amp;gt;
             &amp;lt;Header name=\"$WSXCTCONTEXTID\"&amp;gt;
                 &amp;lt;Value&amp;gt;###&amp;lt;/Value&amp;gt;
             &amp;lt;/Header&amp;gt;
             &amp;lt;Header name=\"_WS_HAPRT_WLMVERSION\"&amp;gt;
                 &amp;lt;Value&amp;gt;-1&amp;lt;/Value&amp;gt;
             &amp;lt;/Header&amp;gt;
             &amp;lt;Header name=\"Accept\"&amp;gt;
                 &amp;lt;Value&amp;gt;text/css, */*&amp;lt;/Value&amp;gt;
             &amp;lt;/Header&amp;gt;
             &amp;lt;Header name=\"Accept-Language\"&amp;gt;
                 &amp;lt;Value&amp;gt;en-US&amp;lt;/Value&amp;gt;
             &amp;lt;/Header&amp;gt;
             &amp;lt;Header name=\"Cookie\"&amp;gt;
                 &amp;lt;Value&amp;gt;*VALUE REMOVED*&amp;lt;/Value&amp;gt;
             &amp;lt;/Header&amp;gt;
             &amp;lt;Header name=\"DNT\"&amp;gt;
                 &amp;lt;Value&amp;gt;1&amp;lt;/Value&amp;gt;
             &amp;lt;/Header&amp;gt;
             &amp;lt;Header name=\"Host\"&amp;gt;
                 &amp;lt;Value&amp;gt;###&amp;lt;/Value&amp;gt;
             &amp;lt;/Header&amp;gt;
             &amp;lt;Header name=\"If-Modified-Since\"&amp;gt;
                 &amp;lt;Value&amp;gt;Mon, 30 Jul 2018 17:07:34 GMT&amp;lt;/Value&amp;gt;
             &amp;lt;/Header&amp;gt;
             &amp;lt;Header name=\"Referer\"&amp;gt;
                 &amp;lt;Value&amp;gt;https://www.google.com&amp;lt;/Value&amp;gt;
             &amp;lt;/Header&amp;gt;
             &amp;lt;Header name=\"Surrogate-Capability\"&amp;gt;
                 &amp;lt;Value&amp;gt;WS-ESI=\"ESI/1.0+\"&amp;lt;/Value&amp;gt;
             &amp;lt;/Header&amp;gt;
             &amp;lt;Header name=\"User-Agent\"&amp;gt;
                 &amp;lt;Value&amp;gt;Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko&amp;lt;/Value&amp;gt;
             &amp;lt;/Header&amp;gt;
             &amp;lt;Header name=\"clientip\"&amp;gt;
                 &amp;lt;Value&amp;gt;###&amp;lt;/Value&amp;gt;
             &amp;lt;/Header&amp;gt;
             &amp;lt;Header name=\"ssodbg\"&amp;gt;
                 &amp;lt;Value&amp;gt;3&amp;lt;/Value&amp;gt;
             &amp;lt;/Header&amp;gt;
             &amp;lt;Header name=\"TLSLog\"&amp;gt;
                 &amp;lt;Value&amp;gt;TLSv1.2&amp;lt;/Value&amp;gt;
             &amp;lt;/Header&amp;gt;
             &amp;lt;Header name=\"Username\"&amp;gt;
                 &amp;lt;Value&amp;gt;###&amp;lt;/Value&amp;gt;
             &amp;lt;/Header&amp;gt;
             &amp;lt;Header name=\"X-Forwarded-Proto\"&amp;gt;
                 &amp;lt;Value&amp;gt;https&amp;lt;/Value&amp;gt;
             &amp;lt;/Header&amp;gt;
         &amp;lt;/Headers&amp;gt;
         &amp;lt;OriginalRequestedURI&amp;gt;###&amp;lt;/OriginalRequestedURI&amp;gt;
         &amp;lt;RequestedURI&amp;gt;###&amp;lt;/RequestedURI&amp;gt;
         &amp;lt;OriginalQueryString&amp;gt;null&amp;lt;/OriginalQueryString&amp;gt;
         &amp;lt;QueryString&amp;gt;null&amp;lt;/QueryString&amp;gt;
         &amp;lt;ServletName&amp;gt;Static File wrapper&amp;lt;/ServletName&amp;gt;
         &amp;lt;StatusCode&amp;gt;500&amp;lt;/StatusCode&amp;gt;
         &amp;lt;CharacterEncoding&amp;gt;null&amp;lt;/CharacterEncoding&amp;gt;
         &amp;lt;ContentLength&amp;gt;-1&amp;lt;/ContentLength&amp;gt;
         &amp;lt;ContentType&amp;gt;null&amp;lt;/ContentType&amp;gt;
         &amp;lt;Secure&amp;gt;true&amp;lt;/Secure&amp;gt;
         &amp;lt;Method&amp;gt;GET&amp;lt;/Method&amp;gt;
         &amp;lt;AuthorizationType&amp;gt;BASIC&amp;lt;/AuthorizationType&amp;gt;
         &amp;lt;PathInfo&amp;gt;null&amp;lt;/PathInfo&amp;gt;
         &amp;lt;PathTranslated&amp;gt;null&amp;lt;/PathTranslated&amp;gt;
         &amp;lt;Client host=\"###\" address=\"###\" remoteUser=\"###\" port=\"###\"&amp;gt;
             &amp;lt;Locale language=\"en\" country=\"US\"/&amp;gt;
         &amp;lt;/Client&amp;gt;
         &amp;lt;Server host=\"###\" port=\"###\"/&amp;gt;
         &amp;lt;WASServer serverName=\"###\" jobNumber=\"###\"/&amp;gt;
         &amp;lt;LocalInterface host=\"###\" address=\"###0\" port=\"###\"/&amp;gt;
     &amp;lt;/Request&amp;gt;
 &amp;lt;/WebError&amp;gt;" | spath
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 02 Aug 2018 18:10:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-regex-for-multiple-headers-and-header-values/m-p/383616#M112048</guid>
      <dc:creator>sudosplunk</dc:creator>
      <dc:date>2018-08-02T18:10:51Z</dc:date>
    </item>
  </channel>
</rss>

