-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SQL server integration provide the sql.query for debug #12029
Comments
Observation
Question
|
CC: @shmsr to summarise the plan to change the SQL beats module, to preserve the query in merge results scenario. |
Apologies for not replying to this earlier. The "query" field is of For example, see the tags here. It is an array of Also, the change is just 3 lines from what I saw. As for when I will send a patch soon. |
Related PR is merged for 9.x and 8.x branch. The changes will be available in next 8.x minor release. Do we need to backport it; any specific requirements? For 9.x, it will be available starting from 9.0. Next 8.x minor release is 8.18. |
Test scenarios after beats PR merged. I have tested two scenarios for this PR, with With
|
Thanks @harnish-elastic for validating this. |
The SQL server integration currently deletes the sql.query. This is largely to save space, since the query text can be large.
However, it may be required to keep this query for debug purposes in the generated events. We can enhance the package to not delete sql.query, as an optional scenario.
The text was updated successfully, but these errors were encountered: