Вход JSON
[
{
"timestamp":"2020-01-28 12:13:43,561",
"threadno":"5",
"loglevel":"DEBUG",
"class":"someclassname",
"nanoseconds":"587800052",
"message":null,
"stackTrace":null
},
{
"timestamp":"2020-01-28 12:33:57,328",
"threadno":"12",
"loglevel":"DEBUG",
"class":"someclassname",
"nanoseconds":"6419049968",
"message":null,
"stackTrace":null
}
]
Выход JSON
[
{
"index":{
"_index":"test",
"_type":"doc",
"_id":"20200128121343561"
}
},
{
"timestamp":"2020-01-28 12:13:43,561",
"threadno":"5",
"loglevel":"DEBUG",
"class":"someclassname",
"nanoseconds":"587800052",
"message":null,
"stackTrace":null
},
{
"index":{
"_index":"test",
"_type":"doc",
"_id":"20200128123357328"
}
},
{
"timestamp":"2020-01-28 12:33:57,328",
"threadno":"12",
"loglevel":"DEBUG",
"class":"someclassname",
"nanoseconds":"6419049968",
"message":null,
"stackTrace":null
}
]
мне нужно добавить эту индексную запись перед каждой json записью {"index": {"_index ":" test "," _type ":" do c "," _id ":" 20200128121343561 "}}, а значение _id получено из отметки времени. Можем ли мы добавить новую строку после каждой записи json, используя преобразование толчка