kibana
kibana copied to clipboard
[Fleet]: Integration name is not editable from Edit integration page through Preview API request.
Kibana version: 8.5 Snapshot Kibana cloud environment
Host OS and Browser version: All, All
Build details:
VERSION: 8.5 Snapshot
BUILD: 56399
COMMIT: 943675d4fc9807b4589266fcfed36016eea4317c
Preconditions:
- 8.5 Snapshot Kibana cloud environment should be available.
Steps to reproduce:
- Login to Kibana environment.
- Navigate to Integrations tab.
- First, integration name 'say syste.
- Navigate to Edit integration page and edit the name of the integration 'say system1.
- Click on 'Preview API request' and open in console.
"name": "syste",
"namespace": "1",
"policy_id": "f1b2f150-37e8-11ed-bdf7-a7286e8e44e8",
"inputs": {
"system-logfile": {
- Run the command.
- Observe integration name is not edited.
Expected Result:
- Integration name should be editable from Edit integration page through Preview API request.
Screen Recording:
https://user-images.githubusercontent.com/102019374/191185807-506f455e-a2d4-4039-8470-030804a913c7.mp4
Pinging @elastic/fleet (Team:Fleet)
Secondary review is done
It seems to me this is the same issue as https://github.com/elastic/kibana/pull/141081 there is no state in the URL, it should probably be retested when a new snapshot is available
Hi @nchaulet
We have revalidated this issue on latest 8.5 BC2 kibana cloud environment and found it fixed now.
- Integration name is editable from Edit integration page through Preview API request.
Build Details: BUILD: 56806 COMMIT: dc769f45a5a6dafb0a8c8f0c0cabcced4df45e11
Screen Recording:
https://user-images.githubusercontent.com/102019374/193988581-cceaef72-761d-4455-8366-5a98b636329d.mp4
Hence, marking this as QA:Validated. Thanks