Error Max values per tag limit exceeded InfluxDB 1.8

Hi, I am facing with below error

max values per tag limit exceeded

issue when trying to restore database whit restore command

SELECT * INTO telegraf…:MEASUREMENT FROM /.*/ GROUP BY *

after long time The following error occurred while restoring:

ERR: partial write: max-values-per-tag limit exceeded (100077/100000): measurement=“usage” tag=“srcAddress” value=“92.63.203.XXX” dropped=22

what should I do?

Hello @amir5142,
You can try changing the setting in the config:
/etc/influxdb/influxdb.conf

# max-values-per-tag = 100000
1 Like