uber-archive / hyperbahn

Service discovery and routing for large scale microservice operations
MIT License
396 stars 57 forks source link

Add noindex to avoid log indexing #282

Closed Raynos closed 8 years ago

Raynos commented 8 years ago

We have a few fields where the keyPath has a huge cardinality. By postfixing _noindex to a key name in our logs we will not blow up the elk search indexing for our logs.

r: @jcorbin @rf @kriskowal

rf commented 8 years ago

:+1:

kriskowal commented 8 years ago

:ok:

jcorbin commented 8 years ago

:ok: would prefer maybe counters_noindex: {service: {...}, edge: {...}}