Yes, this works fine.
Except :
→ Obersvability-> Applications → Logs Events:
There’s also a security issue in the background. But I don’t know, if this belongs together …
And on the console of the dashboards, I could see this:
PPL query fetch err: StatusCodeError: Bad Request
at respond (E:\Apps\opensearch-dashboards\node_modules\elasticsearch\src\lib\transport.js:349:15)
at checkRespForFailure (E:\Apps\opensearch-dashboards\node_modules\elasticsearch\src\lib\transport.js:306:7)
at HttpConnector. (E:\Apps\opensearch-dashboards\node_modules\elasticsearch\src\lib\connectors\http.js:173:7)
at IncomingMessage.wrapper (E:\Apps\opensearch-dashboards\node_modules\lodash\lodash.js:4991:19)
at IncomingMessage.emit (node:events:525:35)
at IncomingMessage.emit (node:domain:489:12)
at endReadableNT (node:internal/streams/readable:1359:12)
at processTicksAndRejections (node:internal/process/task_queues:82:21) {
status: 400,
displayName: ‘BadRequest’,
path: ‘/_plugins/_ppl’,
query: {},
body: ‘{\n’ +
’ “error”: {\n’ +
’ “reason”: “Invalid Query”,\n’ + "details": "can't resolve Symbol(namespace=FIELD_NAME, name=patterns_field) in type env",\n +
’ “type”: “SemanticCheckException”\n’ +
’ },\n’ +
’ “status”: 400\n’ +
‘}’,
statusCode: 400,
response: ‘{\n’ +
’ “error”: {\n’ +
’ “reason”: “Invalid Query”,\n’ + "details": "can't resolve Symbol(namespace=FIELD_NAME, name=patterns_field) in type env",\n +
’ “type”: “SemanticCheckException”\n’ +
’ },\n’ +
’ “status”: 400\n’ +
‘}’,
toString: [Function (anonymous)],
toJSON: [Function (anonymous)]
}
I’m not sure, if this are different topics, or if this belongs togehter…
For my feeling, there’s something wrong in the communication…
Perhaps a fault in the yml-configs ?
The certificates are looking good. There’s no error or something insecure in the browser.
unfortunately, I didn’t fix this.
But I also hadn’t time to spend for this topic.
Perhaps, after the summer-break I could work on it or use another solution …