infra-nimbus/ansible
Jakub Sokołowski dd218622e3
logs.nimbus: specify json.msg as default query field
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>
2024-09-25 14:33:00 +02:00
..
files nimbus.holesky: update tsv with state after cleanup 2024-04-28 09:43:13 +02:00
group_vars logs.nimbus: specify json.msg as default query field 2024-09-25 14:33:00 +02:00
host_vars mainnet: switch to nftables 2024-09-25 14:12:48 +02:00
inventory inventory: Apply updated terraform script 2024-09-13 16:46:02 +02:00
lookup_plugins ansible/lookup/bitwarden: sync with template 2024-09-24 08:31:21 +02:00
roles redirect-ports: migrate to using NFTables 2024-09-18 17:59:20 +02:00
vars holesky: drop override of nim_commit to version-2-0 2024-07-18 16:15:44 +02:00
add_ssh_key.yml
bootstrap.yml ansible: add roles.py script to manage roles 2024-06-13 17:19:32 +02:00
cleanup.yml
era.yml nimbus.sepolia: host era1 files 2024-08-06 16:02:55 +05:30
eth1.yml ansible: add roles.py script to manage roles 2024-06-13 17:19:32 +02:00
fluffy.yml fluffy: fix using tags with nimbus-fluffy role 2024-07-04 16:49:03 +02:00
geth.yml ansible: Change hostname to inventory_hostname 2024-09-16 08:10:36 +02:00
holesky.yml ansible: Change hostname to inventory_hostname 2024-09-16 08:10:36 +02:00
logs.yml logs.nimbus: fix name of logclean-job role 2024-09-25 14:26:45 +02:00
mainnet.yml mainnet: switch to nftables 2024-09-25 14:12:48 +02:00
portal.yml portal: add open-ports to expose metrics 2024-07-02 11:22:55 +02:00
rebuild.yml nimbus.prater: decomission last two remaining hosts 2024-04-19 10:13:23 +02:00
requirements.yml logs.nimbus: specify json.msg as default query field 2024-09-25 14:33:00 +02:00
resize.yml
restart.yml nimbus.prater: decomission last two remaining hosts 2024-04-19 10:13:23 +02:00
roles.py ansible: apply roles.py fixes 2024-07-05 11:44:09 +02:00
sepolia.yml ansible: Change hostname to inventory_hostname 2024-09-16 08:10:36 +02:00
terraform.py inventory: Apply updated terraform script 2024-09-13 16:46:02 +02:00
upgrade.yml ansible/upgrade: add missing become=true 2024-04-24 08:59:55 +02:00