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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

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