Skip to content

Missing options for Core and Ent3 with 3.2.0 #6182

@jstirnaman

Description

@jstirnaman

I don't see the node-spec or --error-behavior option included.

From the --help-all output:


Options:

  -n, --node-spec <NODE_SPEC>
          Which node(s) the trigger should be configured on. Two value formats are supported:

          # `all` (default)

          The trigger is applied to all nodes. This is the default behavior when the flag is not specified.

          Example 1: --node-spec "all"

          # `nodes:<node-id>[,<node-id>..]`

          The trigger is applied only to the specified comma-separated list of nodes.

          Example 2: --node-spec "nodes:node1,node2,node3"

          [default: all]

      --run-asynchronous
          Run each instance of the trigger asynchronously, allowing multiple triggers to run simultaneously

      --error-behavior <ERROR_BEHAVIOR>
          How you wish the system to respond in the event of an error from the plugin

          [default: log]

          Possible values:
          - log:     Log the error to the service output and system.processing_engine_logs table
          - retry:   Rerun the trigger on error
          - disable: Turn off the plugin until it is manually re-enabled```


[Slack Message](https://influxdata.slack.com/archives/C084G9LR2HL/p1751316338135119?thread_ts=1751315793.276649&cid=C084G9LR2HL)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions