Splunk Dev

How to run R code from some other apps

harshal_chakran
Builder

Hi,

I tried running a script file which i had uploaded on R Project and it is working fine. Now how do or what changes or settings are required to run "|r myscript.r" from other apps in splunk.

Any documentation on same will be highly appreciated.

0 Karma

SanthoshSreshta
Contributor

use output command in the query. like

source ('cal_segm_pie.r')
output = clus()
"

0 Karma

rfujara_splunk
Splunk Employee
Splunk Employee

Have you tries putting...

|r myscript.r

... as searchString of a dashboard panel?

Create a new app, click on dashboards, select one or a new dashboard and finally add a new panel (chart, table, ..) by putting the r command (like above) as search string.

0 Karma

harshal_chakran
Builder

yes, i tried but it's not working. So ultimately i switched to rpy2 for python to connect with R.

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...