mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-16 14:33:17 +02:00
30 lines
544 B
JSON
30 lines
544 B
JSON
{
|
|
"lines": [
|
|
{
|
|
"Line": {
|
|
"Labels": {
|
|
"type": "testlog"
|
|
},
|
|
"Raw": "xxheader VALUE1 trailing stuff"
|
|
},
|
|
"MarshaledTime": "2020-01-01T10:00:00+00:00",
|
|
"Meta": {
|
|
"source_ip": "1.2.3.4"
|
|
}
|
|
},
|
|
{
|
|
"Line": {
|
|
"Labels": {
|
|
"type": "testlog"
|
|
},
|
|
"Raw": "xxheader VALUE1 trailing stuff"
|
|
},
|
|
"MarshaledTime": "2020-01-01T10:00:00+00:00",
|
|
"Meta": {
|
|
"source_ip": "1.2.3.4"
|
|
}
|
|
}
|
|
],
|
|
"results": null
|
|
}
|
|
|