From cbb011ca4f56d48e57be1af1c9bb9b1cd3a5b2f8 Mon Sep 17 00:00:00 2001 From: Brian Rinaldi Date: Mon, 6 Jul 2026 16:59:15 -0400 Subject: [PATCH] Adds note about the new search functionality Fixes [DOC-301](https://linear.app/localstack/issue/DOC-301/doc-featappinspector-add-text-search-to-get-v1tracesspans) --- src/content/docs/aws/developer-tools/app-inspector/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/docs/aws/developer-tools/app-inspector/index.md b/src/content/docs/aws/developer-tools/app-inspector/index.md index e3f5cd5f..60138e60 100644 --- a/src/content/docs/aws/developer-tools/app-inspector/index.md +++ b/src/content/docs/aws/developer-tools/app-inspector/index.md @@ -64,6 +64,8 @@ The interface enables you to trace the flow of operations, identify relationship ![App Inspector event list showing a fanout pipeline across EventBridge, Lambda, SQS, and SNS](/images/aws/app-inspector/app-inspector-fanout-pipeline.png) +Use the search box above the operations list to filter by any text fragment, such as a resource name, an ARN segment, a status message, or a payload snippet. Search is case-insensitive, matches substrings anywhere in the field, and covers the full result set rather than just the operations currently loaded on screen. + ### Graph View and Operation Details Click **View Detail** to visualize the relationships between AWS services in your application as an interactive graph. Each node represents a service, and each edge represents a call between them, making it easy to follow the path of a request across your architecture.