Graylog2 / Graylog2/graylog2-server
JSON Path Input Dialog Closes when validation failed
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
## Expected Behavior
If a validation of a form to create a JSON Path Input fails, it should remain open so a user can correct the mistake
## Current Behavior
The validation happens on the server side after the modal is closed. The error message is not helpful, and the user must start guessing the actual problem.
## Possible Solution
Validate the JSON Path parameter on the frontend side to prevent closing the modal.
## Steps to Reproduce (for bugs)
1. Go to the Inputs Page
2. Open the JSON Path Input, creating a modal
3. Add a name for the input
4. for **JSON path of data to extract** fill out `$.`
5. Try to save the Input
## Your Environment
* Graylog Version: Graylog 6.2.0-SNAPSHOT+7845ab9 on server (Eclipse Adoptium 17.0.13 on Linux 5.15.0-1071-aws)
Contributor guide
Assessment
This issue has not been assessed yet.