Fast and flexible observability with canonical log lines
1–10 of 41 posts
Re: Fast and flexible observability with canonical log lines
#2Re: Fast and flexible observability with canonical log lines
#3Re: Fast and flexible observability with canonical log lines
#4Re: Fast and flexible observability with canonical log lines
#5is there any legal restriction of how long you can keep internal systems logs? if it's done right they don't contain PIIs but they _can_ be used to track people if you have enough logs.
Re: Fast and flexible observability with canonical log lines
#6It's interesting that they've found denormalizing their log data so useful. I'm suprised to hear that that performs better for practical queries than a database with appropriate indexes, and that they've been able to build more ergonomic interfaces to query that than the standard relational approach a lot of people already have experience with. But I don't know much about log management at scale, so I'm only mildly s…
Re: Fast and flexible observability with canonical log lines
#7It's interesting that they've found denormalizing their log data so useful. I'm suprised to hear that that performs better for practical queries than a database with appropriate indexes, and that they've been able to build more ergonomic interfaces to query that than the standard relational approach a lot of people already have experience with. But I don't know much about log management at scale, so I'm only mildly s…
That said I’m 100% positive that all those key value pairs are indexed for searching and querying purposes.
Re: Fast and flexible observability with canonical log lines
#8is there any legal restriction of how long you can keep internal systems logs? if it's done right they don't contain PIIs but they _can_ be used to track people if you have enough logs.