Maximum of series (500) reached for a single query

Hi,

Just go to the loki-local-config.yaml, then find the limits_config configuration.
Then modify this to the limits_config:

limits_config:
   reject_old_samples: true
   reject_old_samples_max_age: 168h
   retention_period: 360h
   max_query_series: 100000
   max_query_parallelism: 2

default value of the max_query_series is 500, so make it bigger as you need.
max_query_parallelism is the max CPU that you can use for parallelism

Regards,
Fadjar Tandabawana