Skip to content

Commit f985522

Browse files
authored
Merge pull request #2059 from MaxAnderson95/feat/add-logicmonitor
Add support for Logicmonitor
2 parents 1f642a8 + c716895 commit f985522

File tree

16 files changed

+2454
-0
lines changed

16 files changed

+2454
-0
lines changed

charts/logging-operator/charts/logging-operator-crds/templates/logging.banzaicloud.io_clusteroutputs.yaml

Lines changed: 442 additions & 0 deletions
Large diffs are not rendered by default.

charts/logging-operator/charts/logging-operator-crds/templates/logging.banzaicloud.io_outputs.yaml

Lines changed: 221 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10888,6 +10888,227 @@ spec:
1088810888
required:
1088910889
- stream_name
1089010890
type: object
10891+
lmLogs:
10892+
properties:
10893+
access_id:
10894+
properties:
10895+
mountFrom:
10896+
properties:
10897+
secretKeyRef:
10898+
properties:
10899+
key:
10900+
type: string
10901+
name:
10902+
default: ""
10903+
type: string
10904+
optional:
10905+
type: boolean
10906+
required:
10907+
- key
10908+
type: object
10909+
x-kubernetes-map-type: atomic
10910+
type: object
10911+
value:
10912+
type: string
10913+
valueFrom:
10914+
properties:
10915+
secretKeyRef:
10916+
properties:
10917+
key:
10918+
type: string
10919+
name:
10920+
default: ""
10921+
type: string
10922+
optional:
10923+
type: boolean
10924+
required:
10925+
- key
10926+
type: object
10927+
x-kubernetes-map-type: atomic
10928+
type: object
10929+
type: object
10930+
access_key:
10931+
properties:
10932+
mountFrom:
10933+
properties:
10934+
secretKeyRef:
10935+
properties:
10936+
key:
10937+
type: string
10938+
name:
10939+
default: ""
10940+
type: string
10941+
optional:
10942+
type: boolean
10943+
required:
10944+
- key
10945+
type: object
10946+
x-kubernetes-map-type: atomic
10947+
type: object
10948+
value:
10949+
type: string
10950+
valueFrom:
10951+
properties:
10952+
secretKeyRef:
10953+
properties:
10954+
key:
10955+
type: string
10956+
name:
10957+
default: ""
10958+
type: string
10959+
optional:
10960+
type: boolean
10961+
required:
10962+
- key
10963+
type: object
10964+
x-kubernetes-map-type: atomic
10965+
type: object
10966+
type: object
10967+
bearer_token:
10968+
properties:
10969+
mountFrom:
10970+
properties:
10971+
secretKeyRef:
10972+
properties:
10973+
key:
10974+
type: string
10975+
name:
10976+
default: ""
10977+
type: string
10978+
optional:
10979+
type: boolean
10980+
required:
10981+
- key
10982+
type: object
10983+
x-kubernetes-map-type: atomic
10984+
type: object
10985+
value:
10986+
type: string
10987+
valueFrom:
10988+
properties:
10989+
secretKeyRef:
10990+
properties:
10991+
key:
10992+
type: string
10993+
name:
10994+
default: ""
10995+
type: string
10996+
optional:
10997+
type: boolean
10998+
required:
10999+
- key
11000+
type: object
11001+
x-kubernetes-map-type: atomic
11002+
type: object
11003+
type: object
11004+
buffer:
11005+
properties:
11006+
chunk_full_threshold:
11007+
type: string
11008+
chunk_limit_records:
11009+
type: integer
11010+
chunk_limit_size:
11011+
type: string
11012+
compress:
11013+
type: string
11014+
delayed_commit_timeout:
11015+
type: string
11016+
disable_chunk_backup:
11017+
type: boolean
11018+
disabled:
11019+
type: boolean
11020+
flush_at_shutdown:
11021+
type: boolean
11022+
flush_interval:
11023+
type: string
11024+
flush_mode:
11025+
type: string
11026+
flush_thread_burst_interval:
11027+
type: string
11028+
flush_thread_count:
11029+
type: integer
11030+
flush_thread_interval:
11031+
type: string
11032+
overflow_action:
11033+
type: string
11034+
path:
11035+
type: string
11036+
queue_limit_length:
11037+
type: integer
11038+
queued_chunks_limit_size:
11039+
type: integer
11040+
retry_exponential_backoff_base:
11041+
type: string
11042+
retry_forever:
11043+
type: boolean
11044+
retry_max_interval:
11045+
type: string
11046+
retry_max_times:
11047+
type: integer
11048+
retry_randomize:
11049+
type: boolean
11050+
retry_secondary_threshold:
11051+
type: string
11052+
retry_timeout:
11053+
type: string
11054+
retry_type:
11055+
type: string
11056+
retry_wait:
11057+
type: string
11058+
tags:
11059+
type: string
11060+
timekey:
11061+
type: string
11062+
timekey_use_utc:
11063+
type: boolean
11064+
timekey_wait:
11065+
type: string
11066+
timekey_zone:
11067+
type: string
11068+
total_limit_size:
11069+
type: string
11070+
type:
11071+
type: string
11072+
type: object
11073+
company_domain:
11074+
type: string
11075+
company_name:
11076+
type: string
11077+
debug:
11078+
type: boolean
11079+
device_less_logs:
11080+
type: boolean
11081+
flush_interval:
11082+
type: string
11083+
force_encoding:
11084+
type: string
11085+
format:
11086+
properties:
11087+
add_newline:
11088+
type: boolean
11089+
message_key:
11090+
type: string
11091+
type:
11092+
enum:
11093+
- out_file
11094+
- json
11095+
- ltsv
11096+
- csv
11097+
- msgpack
11098+
- hash
11099+
- single_value
11100+
type: string
11101+
type: object
11102+
http_proxy:
11103+
type: string
11104+
include_metadata:
11105+
type: boolean
11106+
resource_mapping:
11107+
type: string
11108+
required:
11109+
- company_name
11110+
- resource_mapping
11111+
type: object
1089111112
logdna:
1089211113
properties:
1089311114
api_key:

0 commit comments

Comments
 (0)