Skip to content

Commit

Permalink
Update _kbarticles/2024-12-10-using-opensearch-dashboards.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Boyd <[email protected]>
Signed-off-by: Peter Burkholder <[email protected]>
  • Loading branch information
pburkholder and markdboyd authored Dec 10, 2024
1 parent 91ffb1d commit 538297b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions _kbarticles/2024-12-10-using-opensearch-dashboards.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ Cloudfoundry has 3 fields that can be very helpful to filter down what app logs
@cf.space - The space in a organization.
@cf.app - The app in a space.

For further query
@message - the app specific message attached to the log
@raw - the entire log, useful when looking for cloudfoundry specific values, when looking for app use @message
Other fields that may be useful for querying:

`@message` - the app specific message attached to the log. This field supports full-text searching, so you can do a search of `@message: "foo"` to find all logs where `@message` contains `foo`.
`@raw` - the raw message received by OpenSearch before parsing into other fields. This field also supports full-text searching

## How to visualize application traffic

Expand Down

0 comments on commit 538297b

Please sign in to comment.