cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Commerce Cloud Kibana

Former Member
0 Likes
1,346

Has anybody experience with Kibana hosted in the Commerce Cloud? Are there some best practices to get useful data out of Kibana?

One of the things I am facing is that apparently every line in the stack-trace is logged as a separate message, which makes it hard/impossible to find the problem.

Has anybody suggestions? Is this a wrong configuration from SAP perhaps?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member

Add such string after your log url to have readable logs:

 /app/kibana#/discover?_g=()&_a=(columns:!(level,log),filters:!(('$state':(store:appState),meta:(alias:!n,disabled:!f,index:'flb-*',key:kubernetes.labels.app_kubernetes_io%2Fname,negate:!f,params:(query:hybris,type:phrase),type:phrase,value:hybris),query:(match:(kubernetes.labels.app_kubernetes_io%2Fname:(query:hybris,type:phrase))))),index:'flb-*',interval:auto,query:(language:lucene,query:''),sort:!(time,desc))

How it looks like: