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.
Logstash writes to Stdout, hence you can view information just with:
@@ -903,6 +917,8 @@ When Elasticsearch is finally started:
903
917
```
904
918
Status YELLOW is expected when running Elasticsearch on a single node, as it cannot achieve the desired replicas. You may use Kibana Development tools or curl to get additional information.
The solution uses Memcache in API Builder & Logstash to avoid unnecessary duplicate queries for APIs and users. To check if entries are cached correctly, you can connect to the memcached via `telnet localhost 11211`. Some examples how to use it.
@@ -1007,6 +1027,14 @@ END
1007
1027
1008
1028
You can find additional information here: https://techleader.pro/a/90-Accessing-Memcached-from-the-command-line. You may also use [PHPMemcachedAdmin](https://github.com/elijaa/phpmemcachedadmin) to get insights about the Memcache instance.
1009
1029
1030
+
### Certificate error Admin-Node Manager to API-Builder
1031
+
1032
+
If you have errors connecting from the Admin Node Manager to the API Builder, then the following instructions:
1033
+
Please make sure that the Admin-Node Manager has imported the correct CA.
1034
+
If you connect to the API Builder using a hostname other than `apibuilder4elastic`, you may receive the following error message:
1035
+
`The certificate was not issued by the domain issuer`
1036
+
To solve the problem you can create a [remote host](https://docs.axway.com/bundle/axway-open-docs/page/docs/apim_policydev/apigw_gw_instances/general_remote_hosts/index.html) and disable the hostname validation (`Verify server’s certificate matches requested hostname`). Or you can use your own matching keys & [certificates](#custom-certificates).
0 commit comments