influxdb-inlet create


ockam influxdb-inlet create [OPTIONS] [NAME]

Create InfluxDB Inlets

Arguments

  • [NAME] (optional)
    Assign a name to this InfluxDB Inlet

Options

  • --at [NODE_NAME] (optional)
    Node on which to start the InfluxDB Inlet

  • --from [SOCKET_ADDRESS] (optional)
    Address on which to accept InfluxDB connections, in the format <scheme>://<hostname>:<port>. At least the port must be provided. The default scheme is tcp and the default hostname is 127.0.0.1. If the argument is not set, a random port will be used on the default address

  • --to [ROUTE] (optional)
    Route to a InfluxDB Outlet or the name of the InfluxDB Outlet service you want to connect to

  • --via [RELAY_NAME] (optional)
    Name of the relay that this InfluxDB Inlet will use to connect to the InfluxDB Outlet

  • --identity [IDENTITY_NAME] (optional)
    Identity to be used to create the secure channel. If not set, the node's identity will be used

  • --authorized [AUTHORIZED] (optional)
    Authorized identifier for secure channel connection

  • --alias [ALIAS] (optional)
    [DEPRECATED] Use the positional argument instead

  • --allow [POLICY_EXPRESSION] (optional)
    Policy expression that will be used for access control to the InfluxDB Inlet. If you don't provide it, the policy set for the "tcp-inlet" resource type will be used

  • --connection-wait [WAIT] (optional)
    Time to wait for the outlet to be available

  • --retry-wait [RETRY] (optional)
    Time to wait before retrying to connect to the InfluxDB Outlet

  • --timeout [TIMEOUT] (optional)
    Override the default timeout duration that the command will wait for a response

  • --no-connection-wait (optional)
    Create the InfluxDB Inlet without waiting for the InfluxDB Outlet to connect

  • --udp (optional)
    [DEPRECATED] Use the udp scheme in the --from argument

  • --no-tcp-fallback (optional)
    Disable fallback to TCP. TCP won't be used to transfer data between the Inlet and the Outlet

  • --privileged (optional)
    Use eBPF and RawSocket to access TCP packets instead of TCP data stream. If OCKAM_PRIVILEGED env variable is set to 1, this argument will be true

  • --tls (optional)
    [DEPRECATED] Use the tls scheme in the --from argument

  • --tls-certificate-provider [ROUTE] (optional)
    Enable TLS for the InfluxDB Inlet using the provided certificate provider. Requires ockam-tls-certificate credential attribute

  • --leased-token-strategy [LEASED_TOKEN_STRATEGY] (optional)
    Share the leases among the clients or use a separate lease for each client

  • --lease-manager-route [ROUTE] (optional)
    The route to the lease issuer service. Only applicable if lease-token-strategy is set to per-client. If not provided, it's derived from the outlet route