test
"modules" : [
{
"name" : "bn-as",
"log" : [
{
"path" : "conf/log.test",
"regx" : ".*bs_time.*log_id=(\\d{0,20}).*idxid=(\\d{0,10})",
"filter" : ["", ""],
"index" : [
{
"name" : "log_id",
"idx" : 1
}
],
"data" : [
{
"name" : "bn-as_idxid",
"idx" : 2
}
]
}
]
}
]