Skip to content

Commit 91ee370

Browse files
committed
troubleshooting: fixing dump list
Signed-off-by: Lynette Miles <[email protected]>
1 parent a23aec7 commit 91ee370

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

administration/troubleshooting.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -419,21 +419,21 @@ total chunks : 92
419419
└─ down : 57
420420
```
421421

422-
### Input plugins dump
422+
### Input plugins
423423

424-
The dump provides insights for every input instance configured.
424+
The input plugins dump provides insights for every input instance configured.
425425

426-
#### Status
426+
### Status
427427

428428
Overall ingestion status of the plugin.
429429

430430
| Entry | Sub-entry | Description |
431431
| :--- | :--- | :--- |
432432
| `overlimit` | | If the plugin has been configured with [`Mem_Buf_Limit`](backpressure.md), this entry will report if the plugin is over the limit or not at the moment of the dump. Over the limit prints `yes`, otherwise `no`. |
433-
| | ``mem_size` | Current memory size in use by the input plugin in-memory. |
433+
| | `mem_size` | Current memory size in use by the input plugin in-memory. |
434434
| | `mem_limit` | Limit set by `Mem_Buf_Limit`. |
435435

436-
#### Tasks
436+
### Tasks
437437

438438
When an input plugin ingests data into the engine, a Chunk is created. A Chunk can
439439
contains multiple records. At flush time, the engine creates a Task that contains the

0 commit comments

Comments
 (0)