I add sync rule to my Jira native connector and the process keeping turn around.
Sorry you're running into this. If you refresh the page, what do you see?
The rules are validated async. Kibana will persist the changes you make in Elasticsearch, then the connectors process (every ~30 seconds) will poll to see if there were changes, and if so, will validate them. Kibana, in turn, will poll the index to see if the validation state has changed, and should update this page accordingly.
So if the page isn't updating, the things I'd check are:
- did the rules get written to Elasticsearch? Check with
GET _connector
and see if your filtering.draft rules match the edits you made. - Are your connectors running? Since you're using Native Connectors, you may need to ask for Support's help to check this, unless you've set up Log Delivery on your deployment.
- Did the rules validate, and your page just isn't updating?
GET _connector
and see if your filtering.active rules match the edits you made, or if there are validation errors.
1 Like
Thank you, @Sean_Story; I opened a ticket.