From 6faa8ce5cace5506fc3f8389199ddc425bc2c08a Mon Sep 17 00:00:00 2001 From: Peter Burkholder Date: Tue, 10 Dec 2024 14:13:31 -0500 Subject: [PATCH] Update _kbarticles/2024-12-10-using-opensearch-dashboards.md Co-authored-by: Mark Boyd Signed-off-by: Peter Burkholder --- _kbarticles/2024-12-10-using-opensearch-dashboards.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_kbarticles/2024-12-10-using-opensearch-dashboards.md b/_kbarticles/2024-12-10-using-opensearch-dashboards.md index 67017e469..478c00324 100644 --- a/_kbarticles/2024-12-10-using-opensearch-dashboards.md +++ b/_kbarticles/2024-12-10-using-opensearch-dashboards.md @@ -31,8 +31,8 @@ Cloud Foundry has 3 fields that can be very helpful to filter down what app logs 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 +- `@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