<?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 Splunk Observability APi's in Splunk Observability Cloud</title>
    <link>https://community.splunk.com/t5/Splunk-Observability-Cloud/Splunk-Observability-APi-s/m-p/749929#M509</link>
    <description>&lt;P&gt;Hello, we are using Splunk Observability migrating from another solution. We have certain scripts that will validate aggregated metrics (namely average of a p99).&lt;/P&gt;&lt;P&gt;Working with splunk observability we are having difficult finding and api/method that will give us this information stablishing a single metric,value in a given timeline.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This is what we want to achieve:&lt;BR /&gt;From X to Y give me average of P99 for "latency_metric".&lt;BR /&gt;&lt;BR /&gt;The expected result should be a single data point what is the average p99 of latency metric from that timeframe, namely something like:&lt;BR /&gt;&lt;BR /&gt;300ms&lt;BR /&gt;&lt;BR /&gt;Any idea of what can we use?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Jul 2025 22:38:52 GMT</pubDate>
    <dc:creator>MisterB</dc:creator>
    <dc:date>2025-07-16T22:38:52Z</dc:date>
    <item>
      <title>Splunk Observability APi's</title>
      <link>https://community.splunk.com/t5/Splunk-Observability-Cloud/Splunk-Observability-APi-s/m-p/749929#M509</link>
      <description>&lt;P&gt;Hello, we are using Splunk Observability migrating from another solution. We have certain scripts that will validate aggregated metrics (namely average of a p99).&lt;/P&gt;&lt;P&gt;Working with splunk observability we are having difficult finding and api/method that will give us this information stablishing a single metric,value in a given timeline.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This is what we want to achieve:&lt;BR /&gt;From X to Y give me average of P99 for "latency_metric".&lt;BR /&gt;&lt;BR /&gt;The expected result should be a single data point what is the average p99 of latency metric from that timeframe, namely something like:&lt;BR /&gt;&lt;BR /&gt;300ms&lt;BR /&gt;&lt;BR /&gt;Any idea of what can we use?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 22:38:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Observability-Cloud/Splunk-Observability-APi-s/m-p/749929#M509</guid>
      <dc:creator>MisterB</dc:creator>
      <dc:date>2025-07-16T22:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Observability APi's</title>
      <link>https://community.splunk.com/t5/Splunk-Observability-Cloud/Splunk-Observability-APi-s/m-p/749964#M510</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/311702"&gt;@MisterB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would the following solve your requirement?&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;A = data('Latency', rollup='average').percentile(pct=99).mean().publish()&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="livehybrid_0-1752734718621.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/39676iDFE4D4C0EE8097F7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="livehybrid_0-1752734718621.png" alt="livehybrid_0-1752734718621.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You could change the rollup to 'max' if you'd prefer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 06:45:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Observability-Cloud/Splunk-Observability-APi-s/m-p/749964#M510</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-07-17T06:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Observability APi's</title>
      <link>https://community.splunk.com/t5/Splunk-Observability-Cloud/Splunk-Observability-APi-s/m-p/750363#M512</link>
      <description>&lt;P&gt;Check out this API reference for being able to use SignalFlow through the API:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://dev.splunk.com/observability/reference/api/signalflow/latest#endpoint-create-websocket-connection" target="_blank"&gt;https://dev.splunk.com/observability/reference/api/signalflow/latest#endpoint-create-websocket-connection&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, if you want to work within Splunk Cloud/Enterprise, you can use the Observability Cloud Infrastructure Monitoring TA which will allow you to&amp;nbsp; use the sim command in your spl and you can use SignalFlow there to get that metric.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://splunkbase.splunk.com/app/5247" target="_blank"&gt;https://splunkbase.splunk.com/app/5247&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2025 21:18:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Observability-Cloud/Splunk-Observability-APi-s/m-p/750363#M512</guid>
      <dc:creator>bishida</dc:creator>
      <dc:date>2025-07-23T21:18:40Z</dc:date>
    </item>
  </channel>
</rss>

