Skip to content

Commit

Permalink
fix: correct indexonly docs
Browse files Browse the repository at this point in the history
The `indexonly` attribute is a poorly named attribute. This change
updates the docs to match what it actually does.
  • Loading branch information
jsumners committed Nov 23, 2022
1 parent 82241ee commit d6e5602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/logdna_ingestion_exclusion.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ _Note:_ A `title` and at least one of the following properties: `apps`, `hosts`,

- `title`: **string** _(Optional)_ Title of this exclusion rule that will appear in the UI.
- `active`: **_bool_** _(Optional; Default: false)_ Whether the rule should be active.
- `indexonly`: **_bool_** _(Optional; Default: true)_ Live-tail and alerting will be preserved when `false`.
- `indexonly`: **_bool_** _(Optional; Default: true)_ Live-tail and alerting will be preserved when `true`.
- `apps`: **_[]string_** _(Optional)_ Array of app names to exclude.
- `hosts`: **_[]string_** _(Optional)_ Array of hosts to exclude.
- `query`: **_string_** _(Optional)_ A search query to match lines to exclude

0 comments on commit d6e5602

Please sign in to comment.