You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param overrides: A list of alternate quota rules that apply to specific sets of events, identified by matching field values. Each override can define a custom limit.
The ``fluent`` source ingests logs from a Fluentd-compatible service.
52
+
53
+
:param id: The unique identifier for this component. Used to reference this component in other parts of the pipeline (for example, as the ``input`` to downstream components).
54
+
:type id: str
55
+
56
+
:param tls: Configuration for enabling TLS encryption.
57
+
:type tls: ObservabilityPipelineTls, optional
58
+
59
+
:param type: The source type. The value should always be ``fluent``.
:param overrides: A list of alternate quota rules that apply to specific sets of events, identified by matching field values. Each override can define a custom limit.
0 commit comments