Forum Discussion
Include workspace name in query output
- Feb 13, 2019
Hi,
There is no such option available as far as I know. If you manage your configuration as code you can potentially when deploying every query/alert that you have to put statically the name of the workspace with something like
| extend workspaceName = 'Workspace1'
Mark this reply as answer if it provides some answer to your question.
Hi,
There is no such option available as far as I know. If you manage your configuration as code you can potentially when deploying every query/alert that you have to put statically the name of the workspace with something like
| extend workspaceName = 'Workspace1'
Mark this reply as answer if it provides some answer to your question.
- StephenMorrisonFeb 18, 2019Copper Contributor
Thanks, for confirming. Looks like we are going to be modifying our servicenow discovery to include workspaceID so we have some way to correlate these events to an object in our CMDB