Skip to content

Commit bd7e1de

Browse files
committed
Update nlog.config
1 parent 31dd23e commit bd7e1de

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

nlog.config

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,6 @@
2121

2222
<!-- logs en console -->
2323
<target name="logconsole" xsi:type="Console" />
24-
25-
<!-- SIEM Splunk -->
26-
<target name="splunk" xsi:type="Http" method="Post"
27-
url="http://localhost:8088/services/collector"
28-
headers="Authorization=Splunk YOUR_TOKEN"
29-
encoding="utf-8"
30-
contentType="application/json">
31-
<layout xsi:type="JsonLayout">
32-
<attribute name="event" layout="${message}" />
33-
<attribute name="level" layout="${level}" />
34-
<attribute name="timestamp" layout="${date}" />
35-
</layout>
36-
</target>
37-
3824

3925
</targets>
4026

0 commit comments

Comments
 (0)