<?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: Aggregated HTTP Status Code per URL per a time bin/bucket in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Aggregated-HTTP-Status-Code-per-URL-per-a-time-bin-bucket/m-p/684063#M233532</link>
    <description>&lt;P&gt;Right now!&lt;BR /&gt;&lt;BR /&gt;What is the best visualization to plot such multi data sources?&lt;BR /&gt;It should illustrate the response codes from each back-end service as the time changes.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Apr 2024 17:16:54 GMT</pubDate>
    <dc:creator>brokenboard525</dc:creator>
    <dc:date>2024-04-12T17:16:54Z</dc:date>
    <item>
      <title>Aggregated HTTP Status Code per URL per a time bin/bucket</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Aggregated-HTTP-Status-Code-per-URL-per-a-time-bin-bucket/m-p/684045#M233524</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I have the following fields in logs on my proxy for backend services&lt;/P&gt;&lt;P&gt;_time -&amp;gt; timestamp&lt;BR /&gt;status_code -&amp;gt; http status code&lt;BR /&gt;backend_service_url -&amp;gt; app it is proxying&lt;BR /&gt;&lt;BR /&gt;What I want to do is aggregate status codes by the minute per URL for each status code.&lt;BR /&gt;So sample output would look like:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="20%"&gt;&lt;STRONG&gt;time&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="20%"&gt;&lt;STRONG&gt;backend-service&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="20%"&gt;&lt;STRONG&gt;Status code 200&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="20%"&gt;&lt;STRONG&gt;Status code 201&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="20%"&gt;s&lt;STRONG&gt;tatus code 202&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="20%"&gt;10:00&lt;/TD&gt;&lt;TD width="20%"&gt;app1.com&lt;/TD&gt;&lt;TD width="20%"&gt;10&lt;/TD&gt;&lt;TD width="20%"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="20%"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="20%"&gt;10:01&lt;/TD&gt;&lt;TD width="20%"&gt;app1.com&lt;/TD&gt;&lt;TD width="20%"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="20%"&gt;10&lt;/TD&gt;&lt;TD width="20%"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;10:01&lt;/TD&gt;&lt;TD&gt;app2.com&lt;/TD&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;Columns would be dynamic based on the available status codes in the timeframe I am searching.&lt;BR /&gt;&lt;BR /&gt;I found lot of questions on aggregating all 200's into 2xx or total counts by URL but not this. Appreciate any suggestions on how to do this.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 15:50:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Aggregated-HTTP-Status-Code-per-URL-per-a-time-bin-bucket/m-p/684045#M233524</guid>
      <dc:creator>brokenboard525</dc:creator>
      <dc:date>2024-04-12T15:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregated HTTP Status Code per URL per a time bin/bucket</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Aggregated-HTTP-Status-Code-per-URL-per-a-time-bin-bucket/m-p/684048#M233525</link>
      <description>&lt;LI-CODE lang="markup"&gt;| bin _time span=1m
| stats count by _time backend_service_url status_code
| eval {status_code}=count
| fields - status_code count
| stats values(*) as * by _time backend_service_url&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 12 Apr 2024 15:58:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Aggregated-HTTP-Status-Code-per-URL-per-a-time-bin-bucket/m-p/684048#M233525</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-04-12T15:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregated HTTP Status Code per URL per a time bin/bucket</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Aggregated-HTTP-Status-Code-per-URL-per-a-time-bin-bucket/m-p/684063#M233532</link>
      <description>&lt;P&gt;Right now!&lt;BR /&gt;&lt;BR /&gt;What is the best visualization to plot such multi data sources?&lt;BR /&gt;It should illustrate the response codes from each back-end service as the time changes.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 17:16:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Aggregated-HTTP-Status-Code-per-URL-per-a-time-bin-bucket/m-p/684063#M233532</guid>
      <dc:creator>brokenboard525</dc:creator>
      <dc:date>2024-04-12T17:16:54Z</dc:date>
    </item>
  </channel>
</rss>

