mirror of
https://github.com/netdata/netdata.git
synced 2025-04-28 22:52:30 +00:00
docs(apps.plugin): fix prefix/suffix pattern example (#18742)
This commit is contained in:
parent
6a04d8461c
commit
e5a8ed6cef
1 changed files with 2 additions and 2 deletions
|
@ -137,8 +137,8 @@ You can use asterisks (`*`) to create patterns:
|
|||
|
||||
| Mode | Pattern | Description |
|
||||
|-----------|----------|------------------------------------------|
|
||||
| prefix | `*name` | Matches a **comm** that begins with name |
|
||||
| suffix | `name*` | Matches a **comm** that ends with name |
|
||||
| prefix | `name*` | Matches a **comm** that begins with name |
|
||||
| suffix | `*name` | Matches a **comm** that ends with name |
|
||||
| substring | `*name*` | Searches for name within the **cmdline** |
|
||||
|
||||
- Asterisks can be placed anywhere within name (e.g., `na*me`) without affecting the matching criteria (**comm** or **cmdline**).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue