Dashboards & Visualizations

Why does an R search not work on a dashboard?

krwinters11
Path Finder

I have a search that is working great in the search app of splunk that includes and R script (through the R Project App). When I save it as a Dashboard Panel the search no longer works when I go to the dashboard, but it still works in the search app. Does anyone know why?

My hunch is that the dashboard is flattening out the lines of the R search and ignoring new lines. The search works like this:
...search... | r " source('predictR.r')
output=data.frame(predictR(input)) "
BUT not like this:
...search... | r " source('predictR.r') output=data.frame(predictR(input)) "
Which is why I think that the dashboard ignores new lines when the search app does not.

Any ideas? 🙂

1 Solution

mikebd
Path Finder

Use ; as a statement delimiter.

View solution in original post

mikebd
Path Finder

Use ; as a statement delimiter.

krwinters11
Path Finder

Awesome! thank you so much! I love when the solution is so simple 🙂

0 Karma

SanthoshSreshta
Contributor

Can we use Where condition here, so that we can get the results based on condition.???
if we can get that, can you please post the answer to

https://answers.splunk.com/answers/256185/drill-down-in-dashboard-with-r-integration-based-o.html?mi...

0 Karma

rfujara_splunk
Splunk Employee
Splunk Employee

Maybe try inserting \n at the end of each line. Just an idea...

0 Karma

krwinters11
Path Finder

It doesn't like that 😞 any other ideas?

0 Karma

aljohnson_splun
Splunk Employee
Splunk Employee

Could you try using < ![CDATA[ > in the dashboard?

0 Karma

krwinters11
Path Finder

Where would I put it in my search?

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...