Skip to content

use_tracking_column uses last read value from result set instead of the maximal value #131

@L00kian

Description

@L00kian

Logstash information:

  1. Logstash version - 8.6.1
  2. Logstash installation source - Docker
  3. How is Logstash being run - container in kubernetes deployment
  4. How was the Logstash Plugin installed - bundled

JVM: Bundled

OS version: Bundled

Description of the problem including expected versus actual behavior:

Expected result: when running a query with 'use_tracking_column' set to true it is expected that plugin will use maximal value read (since documentation doesn't state otherwise)
Actual result: the last read value is used (i.e last in the result set)

Steps to reproduce:

Use any query that is not ordered by the 'use_tracking_column' column

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions