Splunk Search

crud in lookup

test4u
Path Finder

Hi all,
I am trying to do crud of a lookup.
I ahve been following this link:- https://www.hurricanelabs.com/splunk-tutorials/building-a-crud-dashboard-utilizing-a-kv-store-in-spl...

There is a lookup containing empid , empname , password columns .
we have used inputlookup to get these columns to the dashboard and have added two columns for update and delete.
On clicking on update of a particular row I need to get the contents of that row how am i supposed to do that.??

Kindly help..

Tags (1)
0 Karma

woodcock
Esteemed Legend

Put it in a dashboard with a drilldown that does this:

| inputlookup YourLookupNameHere where $click.name$=$click.value$
0 Karma

arjunpkishore5
Motivator

Have you tried Lookup Editor ?

0 Karma

test4u
Path Finder

yes but i need to implement a similar functionality in another app of mine.

0 Karma

wmyersas
Builder

how far through the whole tutorial have you gotten?

0 Karma

test4u
Path Finder

javascript isn't working of this tutorial. i am unable to click on update and get an object containing row values as shown in this tutorial

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...