Hello Splunkers, Could you please help me design a solution for the below use case .
Usecase:I have one CSV file which contains Service center locations and has fields Name,Address,Status,Rating. Now I want , if user updates any field in this file it should reflect in KV store lookup file .
What I tried: I have created KV store lookup for KV store CRUD .In dashboard, I have created one form which contains all these input fields, where user can perform CRUD operations for KV store lookup file. Everything is working properly but I am not able to update the CSV file. Is there anyway to update CSV file also when we update KV store lookup?
Please help me to find the solution of this usecase.
... View more