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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...