Velociraptor orgs command deprecation? #4054
-
Hi there Velociraptor community, While working on our Velociraptor automated deployment and upgrading from 0.7.1.1 to 0.73.3, I noticed that the "orgs" command had disappeared. Is there any chance it might come back or is it gone for good? It was pretty useful in our use-case since the initial_orgs value only works on initial startup, but ours is pre setup and used as a template. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Can you explain how you were using that flag? It's likely that it's not needed any more |
Beta Was this translation helpful? Give feedback.
-
The reason the orgs command was removed is because it's not possible to run vql commands outside the running server any more - previously the command changed the data on disk but there was no way to notify the running server of the changes. To run administrative vql now you have to make an API call through the velociraptor query command with the You can create API keys as described here https://docs.velociraptor.app/docs/server_automation/server_api/ |
Beta Was this translation helpful? Give feedback.
The reason the orgs command was removed is because it's not possible to run vql commands outside the running server any more - previously the command changed the data on disk but there was no way to notify the running server of the changes.
To run administrative vql now you have to make an API call through the velociraptor query command with the
--api_config
flag.You can create API keys as described here https://docs.velociraptor.app/docs/server_automation/server_api/