Skip to content

Commit 19f9996

Browse files
fix: Add Buffer to NewRelic Outputs (#1348)
Signed-off-by: Florian Stoeber <[email protected]>
1 parent fbc338a commit 19f9996

File tree

8 files changed

+729
-4
lines changed

8 files changed

+729
-4
lines changed

config/crd/bases/logging.banzaicloud.io_clusteroutputs.yaml

Lines changed: 172 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4035,6 +4035,92 @@ spec:
40354035
type: object
40364036
base_uri:
40374037
type: string
4038+
buffer:
4039+
properties:
4040+
chunk_full_threshold:
4041+
type: string
4042+
chunk_limit_records:
4043+
type: integer
4044+
chunk_limit_size:
4045+
type: string
4046+
compress:
4047+
type: string
4048+
delayed_commit_timeout:
4049+
type: string
4050+
disable_chunk_backup:
4051+
type: boolean
4052+
disabled:
4053+
type: boolean
4054+
flush_at_shutdown:
4055+
type: boolean
4056+
flush_interval:
4057+
type: string
4058+
flush_mode:
4059+
type: string
4060+
flush_thread_burst_interval:
4061+
type: string
4062+
flush_thread_count:
4063+
type: integer
4064+
flush_thread_interval:
4065+
type: string
4066+
overflow_action:
4067+
type: string
4068+
path:
4069+
type: string
4070+
queue_limit_length:
4071+
type: integer
4072+
queued_chunks_limit_size:
4073+
type: integer
4074+
retry_exponential_backoff_base:
4075+
type: string
4076+
retry_forever:
4077+
type: boolean
4078+
retry_max_interval:
4079+
type: string
4080+
retry_max_times:
4081+
type: integer
4082+
retry_randomize:
4083+
type: boolean
4084+
retry_secondary_threshold:
4085+
type: string
4086+
retry_timeout:
4087+
type: string
4088+
retry_type:
4089+
type: string
4090+
retry_wait:
4091+
type: string
4092+
tags:
4093+
type: string
4094+
timekey:
4095+
type: string
4096+
timekey_use_utc:
4097+
type: boolean
4098+
timekey_wait:
4099+
type: string
4100+
timekey_zone:
4101+
type: string
4102+
total_limit_size:
4103+
type: string
4104+
type:
4105+
type: string
4106+
type: object
4107+
format:
4108+
properties:
4109+
add_newline:
4110+
type: boolean
4111+
message_key:
4112+
type: string
4113+
type:
4114+
enum:
4115+
- out_file
4116+
- json
4117+
- ltsv
4118+
- csv
4119+
- msgpack
4120+
- hash
4121+
- single_value
4122+
type: string
4123+
type: object
40384124
license_key:
40394125
properties:
40404126
mountFrom:
@@ -10030,6 +10116,92 @@ spec:
1003010116
type: object
1003110117
base_uri:
1003210118
type: string
10119+
buffer:
10120+
properties:
10121+
chunk_full_threshold:
10122+
type: string
10123+
chunk_limit_records:
10124+
type: integer
10125+
chunk_limit_size:
10126+
type: string
10127+
compress:
10128+
type: string
10129+
delayed_commit_timeout:
10130+
type: string
10131+
disable_chunk_backup:
10132+
type: boolean
10133+
disabled:
10134+
type: boolean
10135+
flush_at_shutdown:
10136+
type: boolean
10137+
flush_interval:
10138+
type: string
10139+
flush_mode:
10140+
type: string
10141+
flush_thread_burst_interval:
10142+
type: string
10143+
flush_thread_count:
10144+
type: integer
10145+
flush_thread_interval:
10146+
type: string
10147+
overflow_action:
10148+
type: string
10149+
path:
10150+
type: string
10151+
queue_limit_length:
10152+
type: integer
10153+
queued_chunks_limit_size:
10154+
type: integer
10155+
retry_exponential_backoff_base:
10156+
type: string
10157+
retry_forever:
10158+
type: boolean
10159+
retry_max_interval:
10160+
type: string
10161+
retry_max_times:
10162+
type: integer
10163+
retry_randomize:
10164+
type: boolean
10165+
retry_secondary_threshold:
10166+
type: string
10167+
retry_timeout:
10168+
type: string
10169+
retry_type:
10170+
type: string
10171+
retry_wait:
10172+
type: string
10173+
tags:
10174+
type: string
10175+
timekey:
10176+
type: string
10177+
timekey_use_utc:
10178+
type: boolean
10179+
timekey_wait:
10180+
type: string
10181+
timekey_zone:
10182+
type: string
10183+
total_limit_size:
10184+
type: string
10185+
type:
10186+
type: string
10187+
type: object
10188+
format:
10189+
properties:
10190+
add_newline:
10191+
type: boolean
10192+
message_key:
10193+
type: string
10194+
type:
10195+
enum:
10196+
- out_file
10197+
- json
10198+
- ltsv
10199+
- csv
10200+
- msgpack
10201+
- hash
10202+
- single_value
10203+
type: string
10204+
type: object
1003310205
license_key:
1003410206
properties:
1003510207
mountFrom:

config/crd/bases/logging.banzaicloud.io_outputs.yaml

Lines changed: 172 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3950,6 +3950,92 @@ spec:
39503950
type: object
39513951
base_uri:
39523952
type: string
3953+
buffer:
3954+
properties:
3955+
chunk_full_threshold:
3956+
type: string
3957+
chunk_limit_records:
3958+
type: integer
3959+
chunk_limit_size:
3960+
type: string
3961+
compress:
3962+
type: string
3963+
delayed_commit_timeout:
3964+
type: string
3965+
disable_chunk_backup:
3966+
type: boolean
3967+
disabled:
3968+
type: boolean
3969+
flush_at_shutdown:
3970+
type: boolean
3971+
flush_interval:
3972+
type: string
3973+
flush_mode:
3974+
type: string
3975+
flush_thread_burst_interval:
3976+
type: string
3977+
flush_thread_count:
3978+
type: integer
3979+
flush_thread_interval:
3980+
type: string
3981+
overflow_action:
3982+
type: string
3983+
path:
3984+
type: string
3985+
queue_limit_length:
3986+
type: integer
3987+
queued_chunks_limit_size:
3988+
type: integer
3989+
retry_exponential_backoff_base:
3990+
type: string
3991+
retry_forever:
3992+
type: boolean
3993+
retry_max_interval:
3994+
type: string
3995+
retry_max_times:
3996+
type: integer
3997+
retry_randomize:
3998+
type: boolean
3999+
retry_secondary_threshold:
4000+
type: string
4001+
retry_timeout:
4002+
type: string
4003+
retry_type:
4004+
type: string
4005+
retry_wait:
4006+
type: string
4007+
tags:
4008+
type: string
4009+
timekey:
4010+
type: string
4011+
timekey_use_utc:
4012+
type: boolean
4013+
timekey_wait:
4014+
type: string
4015+
timekey_zone:
4016+
type: string
4017+
total_limit_size:
4018+
type: string
4019+
type:
4020+
type: string
4021+
type: object
4022+
format:
4023+
properties:
4024+
add_newline:
4025+
type: boolean
4026+
message_key:
4027+
type: string
4028+
type:
4029+
enum:
4030+
- out_file
4031+
- json
4032+
- ltsv
4033+
- csv
4034+
- msgpack
4035+
- hash
4036+
- single_value
4037+
type: string
4038+
type: object
39534039
license_key:
39544040
properties:
39554041
mountFrom:
@@ -9939,6 +10025,92 @@ spec:
993910025
type: object
994010026
base_uri:
994110027
type: string
10028+
buffer:
10029+
properties:
10030+
chunk_full_threshold:
10031+
type: string
10032+
chunk_limit_records:
10033+
type: integer
10034+
chunk_limit_size:
10035+
type: string
10036+
compress:
10037+
type: string
10038+
delayed_commit_timeout:
10039+
type: string
10040+
disable_chunk_backup:
10041+
type: boolean
10042+
disabled:
10043+
type: boolean
10044+
flush_at_shutdown:
10045+
type: boolean
10046+
flush_interval:
10047+
type: string
10048+
flush_mode:
10049+
type: string
10050+
flush_thread_burst_interval:
10051+
type: string
10052+
flush_thread_count:
10053+
type: integer
10054+
flush_thread_interval:
10055+
type: string
10056+
overflow_action:
10057+
type: string
10058+
path:
10059+
type: string
10060+
queue_limit_length:
10061+
type: integer
10062+
queued_chunks_limit_size:
10063+
type: integer
10064+
retry_exponential_backoff_base:
10065+
type: string
10066+
retry_forever:
10067+
type: boolean
10068+
retry_max_interval:
10069+
type: string
10070+
retry_max_times:
10071+
type: integer
10072+
retry_randomize:
10073+
type: boolean
10074+
retry_secondary_threshold:
10075+
type: string
10076+
retry_timeout:
10077+
type: string
10078+
retry_type:
10079+
type: string
10080+
retry_wait:
10081+
type: string
10082+
tags:
10083+
type: string
10084+
timekey:
10085+
type: string
10086+
timekey_use_utc:
10087+
type: boolean
10088+
timekey_wait:
10089+
type: string
10090+
timekey_zone:
10091+
type: string
10092+
total_limit_size:
10093+
type: string
10094+
type:
10095+
type: string
10096+
type: object
10097+
format:
10098+
properties:
10099+
add_newline:
10100+
type: boolean
10101+
message_key:
10102+
type: string
10103+
type:
10104+
enum:
10105+
- out_file
10106+
- json
10107+
- ltsv
10108+
- csv
10109+
- msgpack
10110+
- hash
10111+
- single_value
10112+
type: string
10113+
type: object
994210114
license_key:
994310115
properties:
994410116
mountFrom:

0 commit comments

Comments
 (0)