Deployment Architecture

When Migrating from Splunk DBv2 Connect to DBv3

rthomas247
Engager

The new DBv3 doesn't like inline comments (--) in the SQL query you must update the query to user  multi-line comments to save the queries. 

Use This: 

 

/* your SQL STATEMENT COMMENT */

 

Not This:  

 

--your SQL comment here

 

Once the comment have been cleaned up you should be able to run your queries again. 

Note: if you're using queries configured with rising columns watch the below video on YouTube by the Splunk team.

https://www.youtube.com/watch?v=oPB2Lpd9ZAs

good luck! 

Labels (1)
Tags (1)
0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...