-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: encourage the use of anonymous queries (#280)
The motivation of this change it to avoid making our users set the query id twice, it makes no sense to allow them to configure a different query id, especially not since the platform enforces that both, the query id and the query text match. Furthermore, we have introduced the concept of anonymous queries, such queries are encouraged and should the default way that users create and manage LQL queries. This change updates all documentation and tests to avoid adding the query id inside the query text. Signed-off-by: Salim Afiune Maya <afiune@lacework.net>
- Loading branch information
Showing
4 changed files
with
80 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters