Skip to content

Commit

Permalink
Add support for VMware Log Intelligence
Browse files Browse the repository at this point in the history
- Add support for VMware Log Intelligence fluentd plugin
  https://github.com/vmware/fluent-plugin-vmware-log-intelligence

Signed-off-by: Zachary Robichaud <[email protected]>
  • Loading branch information
zrobisho committed Mar 1, 2024
1 parent 6449512 commit 8d1e0b3
Show file tree
Hide file tree
Showing 12 changed files with 1,350 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6557,6 +6557,149 @@ spec:
required:
- host
type: object
vmwareLogIntelligence:
properties:
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
endpoint_url:
type: string
format:
properties:
add_newline:
type: boolean
message_key:
type: string
type:
enum:
- out_file
- json
- ltsv
- csv
- msgpack
- hash
- single_value
type: string
type: object
headers:
properties:
authorization:
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
content_type:
type: string
structure:
type: string
required:
- authorization
- content_type
- structure
type: object
http_compress:
type: boolean
verify_ssl:
type: boolean
required:
- endpoint_url
- headers
- verify_ssl
type: object
type: object
status:
properties:
Expand Down Expand Up @@ -13115,6 +13258,149 @@ spec:
required:
- host
type: object
vmwareLogIntelligence:
properties:
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
endpoint_url:
type: string
format:
properties:
add_newline:
type: boolean
message_key:
type: string
type:
enum:
- out_file
- json
- ltsv
- csv
- msgpack
- hash
- single_value
type: string
type: object
headers:
properties:
authorization:
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
content_type:
type: string
structure:
type: string
required:
- authorization
- content_type
- structure
type: object
http_compress:
type: boolean
verify_ssl:
type: boolean
required:
- endpoint_url
- headers
- verify_ssl
type: object
type: object
status:
properties:
Expand Down
Loading

0 comments on commit 8d1e0b3

Please sign in to comment.