XESmartTarget icon indicating copy to clipboard operation
XESmartTarget copied to clipboard

A configurable target for SQL Server Extended Events. Write to a table or perform custom actions with no effort.

Results 18 XESmartTarget issues
Sort by recently updated
recently updated
newest added

Hi, I'm puzzled that sending to the Gelf appender doesn't seem to produce the required short_message or message fields, at least with the latest build (1.4.7). "host", "version" and "timestamp"...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

My use case is that I want to capture a change in plans on readable secondaries. Currently, Query Store doesn't work there (otherwise, I would use it). I would use...

I have a peculiar problem. I'm tracking an event and collecting the `sql_text` global field/action. But when the event has column `is_system = true` then sql_text is not collected at...

Hello! Would love a nuget package for XESmartTarget on nuget.org merci 🍝

Revision: I used gacutil /i and pushed both versions into the GAC. I had to pull down 1.9.71.2 from Nuget - at least I think I had to pull it...

I'd like to trend aggregated data for insights over time. Example: XE definition ```sql create event session wait_info on server add event sqlos.wait_info ( where opcode = 'end' ) ```...

I'm playing with XESmartTarget and found that it is not able to create the `batch_text column`. The following is my event session code. ``` CREATE EVENT SESSION test_session ON SERVER...