- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dynamic drop down list issue

andrewpagans
Path Finder
10-08-2019
06:50 AM
Hi All,
I would like to automatically populate the drop drop down list using one of the 2 fields or both.
The issue is that I have to click in both input fields to trigger "Search on change"
In the img below, in the field1 I put "*" so the correct behavior should be to populate the field3.
The issue is that I have to just click on field2, to populate field3.
query used to populate the field3:
| index=test field1=$token_field1$ OR field2=$token_field2$
Could you please help me on solving the issue below (without using javascript)? 🙂
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Sukisen1981
Champion
10-08-2019
11:36 AM
hi @andrewpagans - i see what you mean . what happens if you edit your field1 and field2 tokens and set under token options > default some text like 'select' or 'input text' or something like that?
If you do that, it should fire even when you change 1 field value
