Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,8 @@ New Relic has provided the following resources to assist with these updates:

<td>
* For your Infrastructure agents, navigate to the [Infrastructure Inventory](/docs/infrastructure/infrastructure-data/infrastructure-ui-pages/infra-inventory-ui-page/) UI and search for Fluent Bit.
* Run the following NRQL query:
`FROM Log select count(*) where (plugin.type like '%fluent%' or plugin.source like '%fluent%' or plugin.source like '%-fb-%') facet plugin.type, plugin.source, plugin.version`

Then, check which Fluent Bit version was installed with the [output plugin](https://github.com/newrelic/helm-charts/releases/tag/nri-bundle-5.0.115).

Then, Check which Fluent Bit version is installed for a particular host.
</td>
</tr>

Expand Down