File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed
src/main/resources/default Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 1
1
## Linux and Mac
2
- [monitor:///var/opt/MarkLogic/.../*ErrorLog.txt]
3
- disabled = true
2
+ # [monitor:///var/opt/MarkLogic/.../*ErrorLog.txt]
3
+ # disabled = true
4
4
#index = marklogic
5
- sourcetype = marklogic_error
5
+ # sourcetype = marklogic_error
6
6
7
- [monitor:///var/opt/MarkLogic/.../*_AccessLog.txt]
8
- disabled = true
7
+ # [monitor:///var/opt/MarkLogic/.../*_AccessLog.txt]
8
+ # disabled = true
9
9
#index = marklogic
10
- sourcetype = access_combined
10
+ # sourcetype = access_combined
11
11
12
- [monitor:///var/opt/MarkLogic/.../AuditLog.txt]
13
- disabled = true
12
+ # [monitor:///var/opt/MarkLogic/.../AuditLog.txt]
13
+ # disabled = true
14
14
#index = marklogic
15
- sourcetype = marklogic_audit
15
+ # sourcetype = marklogic_audit
16
16
17
17
## Windows
18
- [monitor://C:\Program Files\MarkLogic\Data\Logs\*ErrorLog.txt]
19
- disabled = true
18
+ # [monitor://C:\Program Files\MarkLogic\Data\Logs\*ErrorLog.txt]
19
+ # disabled = true
20
20
#index = marklogic
21
- sourcetype = marklogic_error
21
+ # sourcetype = marklogic_error
22
22
23
- [monitor://C:\Program Files\MarkLogic\Data\Logs\*_AccessLog.txt]
24
- disabled = true
23
+ # [monitor://C:\Program Files\MarkLogic\Data\Logs\*_AccessLog.txt]
24
+ # disabled = true
25
25
#index = marklogic
26
- sourcetype = access_combined
26
+ # sourcetype = access_combined
27
27
28
- [monitor://C:\Program Files\MarkLogic\Data\Logs\AuditLog.txt]
29
- disabled = true
28
+ # [monitor://C:\Program Files\MarkLogic\Data\Logs\AuditLog.txt]
29
+ # disabled = true
30
30
#index = marklogic
31
- sourcetype = marklogic_audit
31
+ # sourcetype = marklogic_audit
You can’t perform that action at this time.
0 commit comments