Jakub Sokołowski
dd218622e3
This avoids errors like this: ``` failed to create query: field expansion matches too many fields, limit: 1024, got: 1046 ``` Which is caused by default being a wildcard, that causes querying of available fields, which in case of Nimbus logs is more than 1024. This could be fixed by increasing `max_clasue_count`, but a cleaner solution is simply limiting queries without a field specified to `json.msg`. https://www.elastic.co/guide/en/elasticsearch/reference/7.17/index-modules.html#dynamic-index-settings https://www.elastic.co/guide/en/kibana/7.17/upgrade-assistant-api-default-field.html Signed-off-by: Jakub Sokołowski <jakub@status.im> |
||
---|---|---|
.. | ||
all.yml | ||
dash.nimbus.yml | ||
he-eu-hel1.yml | ||
ih-eu-mda1.yml | ||
logs.nimbus.yml | ||
nimbus-geth-holesky.yml | ||
nimbus-geth-mainnet.yml | ||
nimbus.eth1.yml | ||
nimbus.fluffy.yml | ||
nimbus.holesky.yml | ||
nimbus.mainnet.yml | ||
nimbus.sepolia.yml |