Y
Hacker News
new
|
ask
|
show
|
jobs
by
0x706B
1158 days ago
Is this like schema-less? How do you do indexing for individual log fields and stuff?
2 comments
SergeAx
1158 days ago
They put log attributes into map and then index that map. See
https://www.highlight.io/blog/how-we-built-logging-with-clic...
(search for CREATE TABLE).
link
vadman97
1158 days ago
You get structured attribute search without a schema with Highlight. More in our docs:
https://www.highlight.io/docs/general/product-features/loggi...
link