File tree Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ This is autogenerated from [doc.yaml](doc.yaml). Description can be found in [ge
45
45
| [ ingress.class] ( #ingress-class ) | string | | | :white_circle : | :large_blue_circle : | :white_circle : |
46
46
| [ load-balance] ( #balance-algorithm ) | string | "roundrobin" | | :large_blue_circle : | :large_blue_circle : | :large_blue_circle : |
47
47
| [ log-format] ( #log-format ) | string | | | :large_blue_circle : | :white_circle : | :white_circle : |
48
+ | [ log-format-tcp] ( #log-format ) | string | | | :large_blue_circle : | :white_circle : | :white_circle : |
48
49
| [ logasap] ( #logging ) | [ bool] ( #bool ) | "false" | | :large_blue_circle : | :white_circle : | :white_circle : |
49
50
| [ maxconn] ( #maximum-concurrent-connections ) | number | | | :large_blue_circle : | :white_circle : | :white_circle : |
50
51
| [ nbthread] ( #number-of-threads ) | number | | | :large_blue_circle : | :white_circle : | :white_circle : |
@@ -935,6 +936,26 @@ Example:
935
936
log-format: "%ci:%cp [%tr] %ft %b/%s %TR/%Tw/%Tc/%Tr/%Ta %ST %B %CC %CS %tsc %ac/%fc/%bc/%sc/%rc %sq/%bq %hr %hs \" %HM %[var(txn.base)] %HV\" "
936
937
` ` `
937
938
939
+ # #### `log-format-tcp`
940
+
941
+ Sets the log format string to use for TCP traffic.
942
+
943
+ Available on : ` configmap`
944
+
945
+ :information_source : Default is option tcplog
946
+
947
+ :information_source : Applies only to TCP configmap defined by command line option --configmap-tcp-services
948
+
949
+ Possible values :
950
+
951
+ - Log format string. More information in [HAProxy documentation](https://docs.haproxy.org/2.8/configuration.html#8.2.3)
952
+
953
+ Example :
954
+
955
+ ` ` ` yaml
956
+ log-format-tcp: "%{+Q}o %t %s"
957
+ ` ` `
958
+
938
959
<p align='right'><a href='#available-annotations'>:arrow_up_small: back to top</a></p>
939
960
940
961
***
Original file line number Diff line number Diff line change @@ -1014,6 +1014,25 @@ annotations:
1014
1014
[
1015
1015
' log-format: "%ci:%cp [%tr] %ft %b/%s %TR/%Tw/%Tc/%Tr/%Ta %ST %B %CC %CS %tsc %ac/%fc/%bc/%sc/%rc %sq/%bq %hr %hs \"%HM %[var(txn.base)] %HV\""' ,
1016
1016
]
1017
+ - title : log-format-tcp
1018
+ type : string
1019
+ group : log-format
1020
+ dependencies : " "
1021
+ default : " "
1022
+ description :
1023
+ - Sets the log format string to use for TCP traffic.
1024
+ tip :
1025
+ - ' Default is option tcplog'
1026
+ - ' Applies only to TCP configmap defined by command line option --configmap-tcp-services'
1027
+ values :
1028
+ - Log format string. More information in [HAProxy documentation](https://docs.haproxy.org/2.8/configuration.html#8.2.3)
1029
+ applies_to :
1030
+ - configmap
1031
+ version_min : " 1.7"
1032
+ example :
1033
+ [
1034
+ ' log-format-tcp: "%{+Q}o %t %s"'
1035
+ ]
1017
1036
- title : logasap
1018
1037
type : bool
1019
1038
group : logging
You can’t perform that action at this time.
0 commit comments