Hello,
is it possible to manually change position of indexer in rollup job configuration? When I get rollup job details, there is status.current_position, with latest timestamp. I have an issue with rollup job, which can't handle data, which where delayed more than "delay" parameter.
{
"jobs": [
{
"config": { ... },
"status": {
"job_state": "stopped",
"current_position": {
"timestamp.date_histogram": 1579860000000
},
"upgraded_doc_id": true
},
"stats": { ... }
}
]
}
Thanks a lot