All Apps and Add-ons

Stored Procedures

Kendo213
Communicator

I am running a stored procedure to read and parse an xel (xEvents) trace. Unfortunately I am unable to determine a route forward for leveraging rising column. I've tried the workarounds such as if 1=2 select getdate() as mytimestampcolumn, however it doesn't populate the dropdown. I'm also unable to pass ", ?" at the end of the sproc, Splunk states that Parameter #1 has not been set. TS is a column returned by the sproc which contains the timestamp in the data.

This is what I've tried so far:
if 1=2
select getdate() as TS
EXEC xevents.dbo.usp_QueryTabularXEvents '\\server\logs\PBIQueryTrace*.xel', ?
if 1=2
select * from Bogus where TS > 'bogus' order by TS

Tags (1)
0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Introducing ITSI 5.0: Unified Visibility and Actionable Insights

Introducing ITSI 5.0: Unified Visibility and Actionable Insights Tuesday, July 21, 2026  |  10:00AM PT / ...

Inside Splunk Agent Observability: Understanding Agent Behavior, Tokens & Costs

Inside Splunk Agent Observability:Understanding Agent Behavior, Tokens & Costs Thursday, August 06, ...

From Data to Insight: Announcing the Winners of the Splunk Dashboard Contest

Hi Splunkers, First off, thank you to everyone who participated in our very first From Data to Insight: The ...