blob: 0ad1e013e31acbe2c425b75c9edde0116cdd5060 [file] [log] [blame]
{
"output": [
{
"is_enabled": "true",
"comment": "Output to solr for service logs",
"collection" : "service_logs",
"destination": "solr",
"zk_connect_string": "localhost:9983",
"type": "service",
"skip_logtime": "true",
"conditions": {
"fields": {
"rowtype": [
"service"
]
}
}
},
{
"comment": "Output to solr for audit records",
"is_enabled": "true",
"collection" : "audit_logs",
"destination": "solr",
"zk_connect_string": "localhost:9983",
"type": "audit",
"skip_logtime": "true",
"conditions": {
"fields": {
"rowtype": [
"audit"
]
}
}
}
]
}