Skip to content

Commit 6697bc5

Browse files
author
Felipe Zimmerle
committed
Adds configuration samples
1 parent 5293b58 commit 6697bc5

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"mlogc_pipeline":[
3+
{
4+
"read_from_filesystem":{
5+
"directory":"/var/my/auditlogs/path"
6+
}
7+
},
8+
{
9+
"check_persistence":{
10+
"store_database":"/tmp/persistence-database/"
11+
}
12+
},
13+
{
14+
"dump":{
15+
"id": "true",
16+
"date": "false"
17+
}
18+
},
19+
]
20+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"mlogc_pipeline":[
3+
{
4+
"read_from_filesystem":{
5+
"directory":"/var/my/auditlogs/path"
6+
}
7+
},
8+
{
9+
"dump":{
10+
"id": "true",
11+
"date": "false"
12+
}
13+
},
14+
]
15+
}

0 commit comments

Comments
 (0)