Hi, We are using signoz on EKS and our data size i...
# support
r
Hi, We are using signoz on EKS and our data size is big around 500GB to 1TB. However filtering is very slow. How can we speed it up ? Also is there a way to reset the filters configuration. Note: Ours is rails application using lograge for converting logs to JSON type.
n
I would request you to try extracting the fileds that you filter the most using pipelines and then convert them into selected fields(which indexes them) using the old explorer page. https://signoz.io/docs/logs-pipelines/guides/json/ https://signoz.io/docs/userguide/logs_fields/#selected-log-fields
r
Thanks. Let us check on that
Hey @nitya-signoz we are now having some issues with filtering logs with new logs explorer. Whereas it works with the old UI. Please see the video attached.
n
interesting.... while I check this out can you help with few things • Can you share the request payload to /queryrangev3 when running the query in the new explorer • Can you share the response of /fields api when you load the old explorer
r
sure, will share with you
n
I think this should be your issue https://github.com/SigNoz/signoz/issues/5407#issuecomment-2202957842 . You application is sending integer as well as float data values for the same key name.
r
got it. I have shared the feedback with developer