Getting Data In

How to configure Net4Log in .Net to send logs to the Splunk HTTP Event Collector?

agamboa
Engager

We are trying to configure our app to send log messages to our server using the HEC service in our Splunk server. It is already configured and receiving messages, if we send messages from our Unix machine we can see them, we are using curl to do it:

curl -k "http://ourSplunSrv:8088/services/collector" -H "Authorization: Splunk xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" -d '{"event": "TESTING", "sourcetype": "http:LAB-APP"}'

So, the server is running and listening fine.

But how to configure the Log4Net to do the same?

s2_splunk
Splunk Employee
Splunk Employee

Can you please review Overview of Splunk logging for .NET and let us know what issues specifically you are running into, if any?

0 Karma

s2_splunk
Splunk Employee
Splunk Employee

I see. If the Splunk-provided TraceListener does not work for you, maybe this third-party software gets you closer to what you need.

0 Karma

agamboa
Engager

We want to use Log4net, which we are alredy using in our app.

ryan_gates
Explorer

Here's a nuget package. I haven't tried it yet though.

0 Karma
Get Updates on the Splunk Community!

Say goodbye to manually analyzing phishing and malware threats with Splunk Attack ...

In today’s evolving threat landscape, we understand you’re constantly bombarded with phishing and malware ...

AppDynamics is now part of Splunk Ideas

Hello Splunkers, We have exciting news for you! AppDynamics has been added to the Splunk Ideas Portal. Which ...

Advanced Splunk Data Management Strategies

Join us on Wednesday, May 14, 2025, at 11 AM PDT / 2 PM EDT for an exclusive Tech Talk that delves into ...