<?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 Sum session value from several servers? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Sum-session-value-from-several-servers/m-p/55863#M13645</link>
    <description>&lt;P&gt;Hi all,&lt;BR /&gt;
I've been trying hard for two days now, but doesn't seem to find how to query to get the following graph:&lt;/P&gt;

&lt;P&gt;I have three servers. All three have a performance counter called "Active SMTP Sessions" which returns the following field &lt;BR /&gt;
"Active SMTP Sessions" = 23&lt;/P&gt;

&lt;P&gt;I'd like a graph that shows the total amount of SMTP sessions, a sum of the same performance counter from all three servers.&lt;/P&gt;

&lt;P&gt;I've managed to do a timechart showing the three values by host followed by the addtotal, and that's nice.&lt;BR /&gt;
But I really only want the Total on my chart, not all thre servers plus total.&lt;/P&gt;

&lt;P&gt;Any ideas?&lt;/P&gt;</description>
    <pubDate>Sun, 22 Jan 2012 00:30:39 GMT</pubDate>
    <dc:creator>mibo</dc:creator>
    <dc:date>2012-01-22T00:30:39Z</dc:date>
    <item>
      <title>Sum session value from several servers?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Sum-session-value-from-several-servers/m-p/55863#M13645</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;
I've been trying hard for two days now, but doesn't seem to find how to query to get the following graph:&lt;/P&gt;

&lt;P&gt;I have three servers. All three have a performance counter called "Active SMTP Sessions" which returns the following field &lt;BR /&gt;
"Active SMTP Sessions" = 23&lt;/P&gt;

&lt;P&gt;I'd like a graph that shows the total amount of SMTP sessions, a sum of the same performance counter from all three servers.&lt;/P&gt;

&lt;P&gt;I've managed to do a timechart showing the three values by host followed by the addtotal, and that's nice.&lt;BR /&gt;
But I really only want the Total on my chart, not all thre servers plus total.&lt;/P&gt;

&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Sun, 22 Jan 2012 00:30:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Sum-session-value-from-several-servers/m-p/55863#M13645</guid>
      <dc:creator>mibo</dc:creator>
      <dc:date>2012-01-22T00:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Sum session value from several servers?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Sum-session-value-from-several-servers/m-p/55864#M13646</link>
      <description>&lt;P&gt;This doesn't do the trick?&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt; ... | timechart sum(active_SMTP_sessions) AS "Total active SMTP sessions"&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 10:21:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Sum-session-value-from-several-servers/m-p/55864#M13646</guid>
      <dc:creator>hexx</dc:creator>
      <dc:date>2020-09-28T10:21:00Z</dc:date>
    </item>
  </channel>
</rss>

