Skip to content
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

Event log -sql events request #179

Open
dougsyer opened this issue May 29, 2014 · 1 comment
Open

Event log -sql events request #179

dougsyer opened this issue May 29, 2014 · 1 comment

Comments

@dougsyer
Copy link

Today sql server event class keys get created with the sql instance id appended on.

This is a pain because i have to use a default mapping to catch them all then a huge ugly transform to do things.

Otherwise is have something like:

SqlInstance1_eventSource1_eventid
sqlinstance2_eventSource1_eventid1

@dougsyer
Copy link
Author

Duplicate event class mappings.

Even added to a stand alone transform file and organized it is unwieldy. We have hundreds of sql instances.

What i would propose is to strip the imdtance is off the event class key and create a sql instance event detail.

Then i could use that instance field to constrict a component or eventkey for clearing but still be able to simplify the transforms by having normal event class keys.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant