Skip to content

Commit 4480d9d

Browse files
committed
pipeline: inputs: kubernetes-events: removed two config parameters to match code PR.
Signed-off-by: Eric D. Schabell <[email protected]>
1 parent bca4af1 commit 4480d9d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pipeline/inputs/kubernetes-events.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ Kubernetes exports events through the API server. This input plugin lets you ret
1414
| `db.journal_mode` | Set the journal mode for databases. Values: `DELETE`, `TRUNCATE`, `PERSIST`, `MEMORY`, `WAL`, `OFF`. | `WAL` |
1515
| `db.locking` | Specify that the database will be accessed only by Fluent Bit. Enabling this feature helps increase performance when accessing the database but restricts external tools from querying the content. | `false` |
1616
| `db.sync` | Set a database sync method. Values: `extra`, `full`, `normal`, `off`. | `normal` |
17-
| `dns_retries` | Set the number of DNS lookup retries until the network starts working. | `6` |
18-
| `dns_wait_time` | Set the time interval between network status checks (in seconds). | `30` |
1917
| `interval_nsec` | Set the reconnect interval (sub seconds: nanoseconds). | `500000000` |
2018
| `interval_sec` | Set the reconnect interval (seconds). | `0` |
2119
| `kube_ca_file` | Kubernetes TLS CA file. | `/var/run/secrets/kubernetes.io/serviceaccount/ca.crt` |

0 commit comments

Comments
 (0)