How to change current possition of rollup job indexer

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

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.