Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
Logging

Are the docker logs from the local application going to be routed somewhere?
I remember there was the talk about fluentbit.
In the meantime, in case of errors etc, is the recommended procedure to use "coinst app log GUID app-name app"?

1
1
Posted one year ago
Votes Newest

Answers


Hi Anand,

Ja genau, sie werden in einen Log-Container geroutet, wo sie mit fluent-bit abgreifbar sind.
Auf dieser Basis haben wir in CO Grafana als Logviewer mit Loki angeschlossen.

Das würde bei euch auch gehen, da musst du aber am besten ein Ticket bei CO aufmachen,
wenn du da Unterstützung brauchst.

lg zoni

1
1
Posted one year ago
1K Views
1 Answer
one year ago
one year ago
Tags