Dashboards & Visualizations

How to create events per dashboard inputs and save it to index XY afterwards

BMacher
Path Finder

Hello, I want to create a dashboard on which I can create events per inputs (fields like project, action, from, to) and by clicking on a submit button it will be saved in a certain index. So far I found the "collect" command, but since I don´t get any search results and want to create a event from scratch, I can´t really use it.

Do you have any idea?

Thanks a lot and kind regards
Benjamin

0 Karma
1 Solution

somesoni2
Revered Legend

You can use the makeresults commands to generate dummy row (or gentimes) and then add fields based on your form input and use collect command to save them in index.

Example search (works on 6.3+ versions)

| makeresults | eval project="$projecttoken$" | eval action="$actiontoken$" ....
| collect ....

or (works on all versions)

| gentimes start=-1 | eval project="$projecttoken$" | table project  | eval action="$actiontoken$" ....
| collect ....

View solution in original post

0 Karma

woodcock
Esteemed Legend

Your request is highly unusual. It would help us to understand the full use-case, perhaps with examples a start-to-finish walk-though of one "creation".

0 Karma

somesoni2
Revered Legend

You can use the makeresults commands to generate dummy row (or gentimes) and then add fields based on your form input and use collect command to save them in index.

Example search (works on 6.3+ versions)

| makeresults | eval project="$projecttoken$" | eval action="$actiontoken$" ....
| collect ....

or (works on all versions)

| gentimes start=-1 | eval project="$projecttoken$" | table project  | eval action="$actiontoken$" ....
| collect ....
0 Karma

BMacher
Path Finder

Thank you, works great!

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 ...