You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ For the following steps, please open the ANM configuration in Policy-Studio. You
74
74
75
75
![use ES API][img3]
76
76
77
-
- The `Compare Attribute` filter checks if the requested API can be handled by the API-Builder project.
77
+
- The `Compare Attribute` filter named `Is managed by Elasticsearch API?` checks if the requested API can be handled by the API-Builder project.
78
78
As a basis for decision-making a criteria for each endpoint needs to be added to the filter configuration.
79
79
_The following endpoints are supported by the API Builder based Traffic-Monitor API.
80
80
| Endpoint | Expression | Comment |
@@ -84,7 +84,7 @@ For the following steps, please open the ANM configuration in Policy-Studio. You
84
84
| **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|
85
85
| **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|
86
86
87
-
The compare attribute filter should look like this.
87
+
The compare attribute filter should look like this:
88
88
![Is API Managed][img6]
89
89
- 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}`
0 commit comments