在我的管道中,我提取了一个时间戳。我想覆盖现有的时间戳字段。我该怎么做?
管道:
{
"description": "...",
"processors": [
{
"grok": {
"field": "message",
"patterns": [
"{TIMESTAMP_ISO8601:timestamp2}"
],
}
}
]
}
我希望timestamp 2覆盖原始的timestamp字段。
1条答案
按热度按时间lnxxn5zx1#
您可以这样简单地覆盖字段名: