-
Notifications
You must be signed in to change notification settings - Fork 47
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
Allow for providing splunkHost as-is? #205
Comments
Good idea. The splunkHost argument could probably be parsed and split to uriPath if it contains the subpaths. |
@VictorioBerra I just pushed a bugfix branch for this, I believe this was unintended operation. If you can test out the patch, I will roll that in with this 5.0 release that also updates Serilog to 4.0 https://www.nuget.org/packages/Serilog.Sinks.Splunk/5.0.0-dev-00073 |
I will get this tested shortly |
Did you get a chance to test this? @VictorioBerra |
Yes I did, it worked great thank you! I replied a while ago here: #211 (comment) I should have replied to the issue here though, sorry about that. |
My config today is:
splunkHost has the path, and is in our KeyVaults.
I noticed this changed with 4.0.0.
Is there a way to avoid changing splunkHost? For example, the fix I want to avoid:
The text was updated successfully, but these errors were encountered: