@@ -182,25 +182,36 @@ You can look up all the default values of this role [here](defaults/main.yaml).
182182
183183Configuration for metal-api:
184184
185- | Name | Mandatory | Description |
186- | ------------------------------------ | --------- | -------------------------------------------------------------------------- |
187- | metal_auditing_timescaledb_enabled | | Whether to deploy or not to configure timescaledb auditing. Default false. |
188- | metal_auditing_timescaledb_host | | The timescaledb host |
189- | metal_auditing_timescaledb_port | | The timescaledb port |
190- | metal_auditing_timescaledb_db | | The timescaledb database name |
191- | metal_auditing_timescaledb_user | | The timescaledb user |
192- | metal_auditing_timescaledb_password | | The timescaledb password |
193- | metal_auditing_timescaledb_retention | | The timescaledb retention period, only configurable at first startup |
194- | metal_auditing_search_backend | | Explicitly sets a configured audit backend to be used for search |
185+ | Name | Mandatory | Description |
186+ | ------------------------------------ | --------- | -------------------------------------------------------------------- |
187+ | metal_auditing_timescaledb_enabled | | Whether or not to configure timescaledb auditing. Default false. |
188+ | metal_auditing_timescaledb_host | | The timescaledb host |
189+ | metal_auditing_timescaledb_port | | The timescaledb port |
190+ | metal_auditing_timescaledb_db | | The timescaledb database name |
191+ | metal_auditing_timescaledb_user | | The timescaledb user |
192+ | metal_auditing_timescaledb_password | | The timescaledb password |
193+ | metal_auditing_timescaledb_retention | | The timescaledb retention period, only configurable at first startup |
194+ | metal_auditing_search_backend | | Explicitly sets a configured audit backend to be used for search |
195+
196+ | Name | Mandatory | Description |
197+ | --------------------------------- | --------- | --------------------------------------------------------------- |
198+ | metal_auditing_splunk_enabled | | Whetheror not to configure timescaledb auditing. Default false. |
199+ | metal_auditing_splunk_endpoint | | The splunk endpoint. |
200+ | metal_auditing_splunk_hec_token | | The splunk hec token. |
201+ | metal_auditing_splunk_source | | The splunk source. |
202+ | metal_auditing_splunk_source_type | | The splunk source type. |
203+ | metal_auditing_splunk_index | | The splunk index. |
204+ | metal_auditing_splunk_host | | The splunk host. |
205+ | metal_auditing_splunk_ca | | The splunk CA (not encoded). |
195206
196207Configuration for metal-apiserver:
197208
198- | Name | Mandatory | Description |
199- | ---------------------------------------------- | --------- | ------------------------------------------------------------------------- |
200- | metal_apiserver_auditing_enabled | | Whether to deploy or not to configure timescaledb auditing. Default true. |
201- | metal_apiserver_auditing_timescaledb_host | | The timescaledb host |
202- | metal_apiserver_auditing_timescaledb_port | | The timescaledb port |
203- | metal_apiserver_auditing_timescaledb_db | | The timescaledb database name |
204- | metal_apiserver_auditing_timescaledb_user | | The timescaledb user |
205- | metal_apiserver_auditing_timescaledb_password | | The timescaledb password |
206- | metal_apiserver_auditing_timescaledb_retention | | The timescaledb retention period, only configurable at first startup |
209+ | Name | Mandatory | Description |
210+ | ---------------------------------------------- | --------- | -------------------------------------------------------------------- |
211+ | metal_apiserver_auditing_enabled | | Whether or not to configure timescaledb auditing. Default true. |
212+ | metal_apiserver_auditing_timescaledb_host | | The timescaledb host |
213+ | metal_apiserver_auditing_timescaledb_port | | The timescaledb port |
214+ | metal_apiserver_auditing_timescaledb_db | | The timescaledb database name |
215+ | metal_apiserver_auditing_timescaledb_user | | The timescaledb user |
216+ | metal_apiserver_auditing_timescaledb_password | | The timescaledb password |
217+ | metal_apiserver_auditing_timescaledb_retention | | The timescaledb retention period, only configurable at first startup |
0 commit comments