Skip to content

Commit

Permalink
Delete line that confused more than clarified
Browse files Browse the repository at this point in the history
  • Loading branch information
pburkholder committed Dec 10, 2024
1 parent 6faa8ce commit 6c04007
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions _kbarticles/2024-12-10-using-opensearch-dashboards.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ Cloud Foundry assigns a type to each log message depending on its origin. Applic

The log type is stored on logs in the `@source.type` field. So to query for application logs, you could use a filter of `@source.type: "APP"`.

Cloud Foundry logs are often translated into field names in OpenSearch Dashboards using the log type as a prefix. For example, APP logs in Dashboards include fields like `app.name` for the application name.

## Querying Logs

Cloud Foundry logs have a few useful fields which will be helpful for querying logs.
Expand Down

0 comments on commit 6c04007

Please sign in to comment.