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

Commit e4ad1b6

Browse files
author
Chris Wiechmann
authored
[skip ci] Docu improved
1 parent a17d50b commit e4ad1b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nodemanager/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Sample: `region=${env.REGION == '[invalid field]' ? "" : env.REGION}`
5959

6060
### Add region filter
6161

62-
Adds the region filter, which is optional to the `http.request.rawURI` attribute.
62+
This `Scripting filter` using `Javascript` adds the region filter, which is optional to the `http.request.rawURI` attribute.
6363

6464
```javascript
6565
function invoke(msg) {
@@ -84,5 +84,5 @@ Sample: `${env.API_BUILDER_URL}/api/elk/v1${http.request.rawURI}${regionFilter}`
8484
![Connect to ES API](../imgs/connect-to-elasticsearch-api.png)
8585

8686
### Is not implemented
87-
Is not implemented is a `Compare attribute` filter configured like so:
87+
If a certain protocol, such as `Directory`for instance, is not implemented API-Builder will return a 501 to indicate the request should be handled by the OPSDB. The `Compare attribute` filter configured like so:
8888
![Is not implemented](../imgs/is_not_implemented.png)

0 commit comments

Comments
 (0)