Skip to content

Commit

Permalink
feat: add vmware log insight fluentd output
Browse files Browse the repository at this point in the history
* add fluentd output plugin for VMware LogInsight

Signed-off-by: Chris Larsen <[email protected]>
  • Loading branch information
Chris Larsen authored and logikone committed Mar 4, 2024
1 parent 6449512 commit 6cf1805
Show file tree
Hide file tree
Showing 12 changed files with 1,905 additions and 1 deletion.

Large diffs are not rendered by default.

227 changes: 227 additions & 0 deletions charts/logging-operator/crds/logging.banzaicloud.io_outputs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12793,6 +12793,233 @@ spec:
required:
- host
type: object
vmwareLogInsight:
properties:
agent_id:
type: string
authentication:
enum:
- nil
- basic
type: string
buffer:
properties:
chunk_full_threshold:
type: string
chunk_limit_records:
type: integer
chunk_limit_size:
type: string
compress:
type: string
delayed_commit_timeout:
type: string
disable_chunk_backup:
type: boolean
disabled:
type: boolean
flush_at_shutdown:
type: boolean
flush_interval:
type: string
flush_mode:
type: string
flush_thread_burst_interval:
type: string
flush_thread_count:
type: integer
flush_thread_interval:
type: string
overflow_action:
type: string
path:
type: string
queue_limit_length:
type: integer
queued_chunks_limit_size:
type: integer
retry_exponential_backoff_base:
type: string
retry_forever:
type: boolean
retry_max_interval:
type: string
retry_max_times:
type: integer
retry_randomize:
type: boolean
retry_secondary_threshold:
type: string
retry_timeout:
type: string
retry_type:
type: string
retry_wait:
type: string
tags:
type: string
timekey:
type: string
timekey_use_utc:
type: boolean
timekey_wait:
type: string
timekey_zone:
type: string
total_limit_size:
type: string
type:
type: string
type: object
ca_file:
properties:
mountFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
value:
type: string
valueFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
type: object
config_param:
additionalProperties:
type: string
type: object
flatten_hashes:
type: boolean
flatten_hashes_separator:
type: string
host:
type: string
http_conn_debug:
type: boolean
http_method:
enum:
- post
type: string
log_text_keys:
items:
type: string
type: array
max_batch_size:
type: integer
password:
properties:
mountFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
value:
type: string
valueFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
type: object
path:
type: string
port:
type: integer
raise_on_error:
type: boolean
rate_limit_msec:
type: integer
request_retries:
type: integer
request_timeout:
type: integer
scheme:
enum:
- http
- https
type: string
serializer:
enum:
- json
type: string
shorten_keys:
additionalProperties:
type: string
type: object
ssl_verify:
type: boolean
username:
properties:
mountFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
value:
type: string
valueFrom:
properties:
secretKeyRef:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
type: object
type: object
type: object
type: object
status:
properties:
Expand Down
Loading

0 comments on commit 6cf1805

Please sign in to comment.