on 2022 Jul 21 12:41 PM
Hi community,
does somebody know if it is possible to add new fields that are visible in Kibana? Technically, I know if SAP is using the ELK stack, it should be possible by adding a new field in log statement, map this in Logstash and put it into Elastic Search for Kibana.
I think this would be only possible to configure by SAP itself, but not for customers. But if I am wrong, it would be nice to know :D.
Best Regards,
Michael
Request clarification before answering.
Hi Michael,
You can create saved objects, including the fields definition by uploading a json file in Kibana.

A sample json file is provided as a reference in Centralized Logging on cxworks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Samuel,
thx for your answer, but I think it is not what I am looking for. With the feature you mentioned, I think I can just export/import Kibana settings like filters dashboards, visible fields
But what I am thinking of is adding a complete new field, for example "useCase" or the sessionID to log message which is not part of the standard log configuration and make it visible in Kibana. At least this would need a change in Commerce, of course, because the Logger needs to be informed about how to fetch the data.
Disclaimer: I know that something like sessionID would probably offend against data privacy rules, but for example useCase not. But sessionID would probably be ok in DEV/Staging environments.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.