Skip to content

Search templates not showing in UI #3385

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
JulianGHill opened this issue Apr 11, 2025 · 0 comments
Open

Search templates not showing in UI #3385

JulianGHill opened this issue Apr 11, 2025 · 0 comments
Assignees
Labels

Comments

@JulianGHill
Copy link

JulianGHill commented Apr 11, 2025

Search Templates are not showing in the UI and I am getting TypeErrors from VueJS.
I have tried it with multiple versions and the current version I have tried it with is: 20250408

After having imported the following example search template:

- id: "1234" short_name: "Failed Logons" display_name: "Failed Logon Attempts" description: "Detects failed logon attempts" query_string: | event_id: 4625 query_filter: field: event_id value: 4625 query_dsl: bool: must: - match: event_id: 4625 tags: - "authentication" - "security"
Using the command:
tsctl import-search-templates /directory

I can see them in the /api/v1/searchtemplates and the number in the UI also increases when I upload new search templates.

Image

When I use "*" it still doesn't show anything:

Image

Also when searching for it by name:

Image

Image

Let me now if I need to provide more information.

Have I done something wrong or is this a js problem?

I have used edge, chrome and safari to see if the problem goes away, but sadly no.

The instance doesn't have a SSL cert.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants