I have log like this:
{
"info":"just for search",
"url":"123.234.123.234:8080/abc",
"response": {
"code": 200,
"status": ok,
"cmd": "login"
}
}
and I want to send the total log into index A for text search, and send only the code/status/cmd to another index B for aggregation。
so, how to do this?