graylog-labs / graylog-vscode-extension

5 stars 1 forks source link

using grm_0.0.9.vsix, when performing action 'select active server' nothing happens #20

Closed drewmiranda-gl closed 1 year ago

drewmiranda-gl commented 1 year ago

Uninstalled older version, installed latest release. Verified server settings are correct (e.g. URL, api key), but when selecting 'select active server' nothing happens.

grownuphacker commented 1 year ago

Ensure the JSON objects have the same name. It was a breaking change > 0.05. Copy/Paste the example from the documentation and edit it.

mcdowellster commented 1 year ago

I also experienced this. Using our documentation I had to replace the configuration file's contents but the process was awkward as it wouldn't "allow" edits to the josn

drewmiranda-gl commented 1 year ago

I also experienced this. Using our documentation I had to replace the configuration file's contents but the process was awkward as it wouldn't "allow" edits to the josn

were you able to fix? I had the same issue where editing the json was never saved and always reverted to last save

drewmiranda-gl commented 1 year ago

NVM, found Dan's message from slack, this did work!

{
  "graylogSettings": [
    {
      "serverUrl": "",
      "token": "",
      "name": ""
    }
  ]
}