Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit d18ad98

Browse files
author
Chris Wiechmann
authored
Update README.md
1 parent 22966d9 commit d18ad98

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,18 +77,14 @@ For the following steps, please open the ANM configuration in Policy-Studio. You
7777
- The `Compare Attribute` filter checks if the requested API can be handled by the API-Builder project.
7878
As a basis for decision-making a criteria for each endpoint needs to be added to the filter configuration.
7979
_The following endpoints are supported by the API Builder based Traffic-Monitor API.
80-
The **search** endpoint which provides the data for the HTTP Traffic overview,
81-
The **circuitpath** endpoint which provides the data for the Filter Execution Path as part of the detailed view of a transaction,
82-
The **trace** endpoint which returns the trace information and the **getinfo** endpoint which returns the request detail information including the http header of each leg.
83-
8480
| Endpoint | Expression | Comment |
8581
| :--- | :--- | :--- |
8682
| **Search** | `^\/api\/router\/service\/[A-Za-z0-9-.]+\/ops\/search$` | This endpoint which provides the data for the HTTP Traffic overview and all filtering capabilities|
8783
| **Circuitpath** | `^\/api\/router\/service\/[A-Za-z0-9-.]+\/ops\/stream\/[A-Za-z0-9]+\/[^\/]+\/circuitpath$` | Endpoint which provides the data for the Filter Execution Path as part of the detailed view of a transaction|
8884
| **Trace** | `^\/api\/router\/service\/[A-Za-z0-9-.]+\/ops\/trace\/[A-Za-z0-9]+[\?]?.*$` | Endpoint which returns the trace information and the **getinfo** endpoint which returns the request detail information including the http header of each leg|
8985
| **GetInfo** | `^\/api\/router\/service\/[A-Za-z0-9-.]+\/ops\/[A-Za-z0-9]+\/[A-Za-z0-9]+\/[\*0-9]{1}\/getinfo[\?]?.*$` |Endpoint provides information for the Requesr- Response-Details|
90-
9186

87+
The compare attribute filter should look like this.
9288
![Is API Managed][img6]
9389
- Adjust the URL of the Connect to URL filter to your running API-Builder docker container and port - **default is 8889**. Sample: `http://api-env:8889/api/elk/v1${http.request.rawURI}`
9490
![Connect to ES API][img7]

0 commit comments

Comments
 (0)