Page MenuHomeSoftware Heritage
Feed Advanced Search

Nov 19 2021

ardumont updated the task description for T3716: Migrate giverny from stretch to buster.
Nov 19 2021, 12:13 PM · System administration (Component upgrades)
ardumont added a comment to T3716: Migrate giverny from stretch to buster.

And now giverny seems to refuse to boot back. Stopping a bit that part as I cannot check further yet.

Nov 19 2021, 10:40 AM · System administration (Component upgrades)
ardumont renamed T3716: Migrate giverny from stretch to buster from Migrate giverny from stretch to bullseye to Migrate giverny from stretch to buster.
Nov 19 2021, 10:39 AM · System administration (Component upgrades)

Nov 18 2021

vsellier added a revision to T3705: Upgrade the ELK stack: D6659: logstash: puppetize the main logstash configuration file.
Nov 18 2021, 6:34 PM · System administration (Component upgrades)
vsellier closed T3705: Upgrade the ELK stack as Resolved.
  • journalbeat and filebeat are migrated on all the nodes
  • after the lag recovery and the fix of the closed indexes script, everything looks good
Nov 18 2021, 5:09 PM · System administration (Component upgrades)
vsellier added a revision to T3705: Upgrade the ELK stack: D6657: logstash: puppetize the closed indexes management script.
Nov 18 2021, 4:48 PM · System administration (Component upgrades)
ardumont added a comment to T3716: Migrate giverny from stretch to buster.
  • Check if mongo services still running, there are some:
Nov 18 2021, 12:25 PM · System administration (Component upgrades)
ardumont moved T3716: Migrate giverny from stretch to buster from Backlog to In progress on the System administration (Component upgrades) board.
Nov 18 2021, 11:41 AM · System administration (Component upgrades)
ardumont moved T3716: Migrate giverny from stretch to buster from in-progress to Component upgrades on the System administration board.
Nov 18 2021, 11:41 AM · System administration (Component upgrades)

Nov 17 2021

vsellier added a comment to T3705: Upgrade the ELK stack.
  • The 3 esnodes are updated to version 7.15.2:

for each node:

puppet agent --disable

for each node:

apt update
apt dist-upgrade
Nov 17 2021, 4:38 PM · System administration (Component upgrades)

Nov 10 2021

vsellier added a comment to T3705: Upgrade the ELK stack.

For the record, the upgrade of esnode[1-3] to bullseye is ok (in vagrant).
The upgrade is done without errors, puppet is green. A reinstall from scratch is also working well without warning.

Nov 10 2021, 6:17 PM · System administration (Component upgrades)
vsellier added a comment to T3705: Upgrade the ELK stack.

The diff to prepare the migration of filebeat and journalbeat are ready. If everything is good after the review, the upgrade will be perform at the beginning of the W46.

Nov 10 2021, 6:16 PM · System administration (Component upgrades)
ardumont changed the status of T3716: Migrate giverny from stretch to buster, a subtask of T3579: Meta-task: upgrade infrastructure to Debian Bullseye, from Open to Work in Progress.
Nov 10 2021, 3:36 PM · System administration (Component upgrades)
vsellier added a revision to T3705: Upgrade the ELK stack: D6635: elk: upgrade journalbeat and filebeat.
Nov 10 2021, 12:49 PM · System administration (Component upgrades)
vsellier added a revision to T3705: Upgrade the ELK stack: D6634: elk: upgrade elasticsearch and kibana nodes.
Nov 10 2021, 12:25 PM · System administration (Component upgrades)

Nov 9 2021

ardumont updated the task description for T3705: Upgrade the ELK stack.
Nov 9 2021, 1:25 PM · System administration (Component upgrades)
ardumont updated the task description for T3705: Upgrade the ELK stack.
Nov 9 2021, 1:24 PM · System administration (Component upgrades)
ardumont updated the task description for T3705: Upgrade the ELK stack.
Nov 9 2021, 1:24 PM · System administration (Component upgrades)
vsellier added a comment to T3705: Upgrade the ELK stack.

Everything looks good with logstash 1:7.15.1
The monitoring of the logstash errors is still working as previously:

root@logstash0:/usr/lib/nagios/plugins/swh# ./check_logstash_errors.sh 
OK - No errors detected

after closing the current system index:

root@logstash0:/usr/lib/nagios/plugins/swh# ./check_logstash_errors.sh 
CRITICAL - Logstash has detected some errors in outputs errors=9 non_retryable_errors=13
Nov 9 2021, 11:21 AM · System administration (Component upgrades)
vsellier added a comment to T3705: Upgrade the ELK stack.

To upgrade kibana, upgrading the version looks enough. The migration is automatically done and all the configured elements are still available:

root@esnode1:~# curl -s http://10.168.100.61:9200/_cat/indices\?v=true\&s=index | grep kibana
health status index                           uuid                   pri rep docs.count docs.deleted store.size pri.store.size
green  open   .kibana-event-log-7.15.1-000001 24Wb0rfUQuqab3Iody3Hrg   1   1          1            0     12.1kb            6kb  <-------- new index
green  open   .kibana-event-log-7.8.0-000001  6IjHICQVS2uX8qBekJLWsw   1   1          2            0     21.4kb         10.7kb
green  open   .kibana_2                       Oh9O6uB1R0-oNPbnhTM8kw   1   1       1928            3      1.5mb        788.4kb
green  open   .kibana_7.15.1_001              5fyk6NMUSE-3P6uhx-HSeg   1   1       1110           35      5.3mb          2.6mb  <-------- new index (automatically migrated from kibana_2)
green  open   .kibana_task_manager_1          vINZFVqCSJiDHHFMdYGwTA   1   1          5            0       32kb           16kb
green  open   .kibana_task_manager_7.15.1_001 pYeR_zFdTZO_jqxYS1DB9g   1   1         16          369      527kb        277.5kb  <-------- new index
root@esnode1:~# curl -s http://10.168.100.61:9200/_cat/aliases\?v=true\&s=index | grep kibana
alias                       index                           filter routing.index routing.search is_write_index
.kibana-event-log-7.15.1    .kibana-event-log-7.15.1-000001 -      -             -              true
.kibana-event-log-7.8.0     .kibana-event-log-7.8.0-000001  -      -             -              true
.kibana                     .kibana_7.15.1_001              -      -             -              -
.kibana_7.15.1              .kibana_7.15.1_001              -      -             -              -
.kibana_task_manager        .kibana_task_manager_7.15.1_001 -      -             -              -
.kibana_task_manager_7.15.1 .kibana_task_manager_7.15.1_001 -      -             -              -
Nov 9 2021, 11:03 AM · System administration (Component upgrades)

Nov 8 2021

vsellier added a comment to T3705: Upgrade the ELK stack.

The migration of ES can be performed with:

  1. elasticsearch migration
Nov 8 2021, 5:12 PM · System administration (Component upgrades)
vsellier added a comment to T3705: Upgrade the ELK stack.

In order to validate the kibana upgrade, the kibana configuration can be copied locally with these commands:

Nov 8 2021, 4:21 PM · System administration (Component upgrades)
vsellier changed the status of T3705: Upgrade the ELK stack from Open to Work in Progress.

The preparation of the migration through the vagrant environment is in progress.

Nov 8 2021, 3:24 PM · System administration (Component upgrades)
vsellier added a comment to T3705: Upgrade the ELK stack.

Thanks for the info.
For the record, the entry point of the upgrade process: https://www.elastic.co/guide/en/elastic-stack/current/upgrading-elastic-stack.html

Nov 8 2021, 3:15 PM · System administration (Component upgrades)

Nov 5 2021

vsellier triaged T3708: Upgrade swh-search elasticsearch version as Normal priority.
Nov 5 2021, 2:31 PM · Archive search, System administration (Component upgrades)
olasd added a comment to T3705: Upgrade the ELK stack.

FWIW the main blocker for upgrading journalbeat is a change in the target mapping, which will need some adaptations in our log routing (between systemlogs and swh_workers), as well as, well, an updated mapping on the target indexes!

Nov 5 2021, 2:14 PM · System administration (Component upgrades)
vsellier edited projects for T3579: Meta-task: upgrade infrastructure to Debian Bullseye, added: System administration (Component upgrades); removed System administration.
Nov 5 2021, 2:00 PM · System administration (Component upgrades)
vsellier triaged T3706: (Minor) upgrade Opnsense to 21.1.9 as High priority.
Nov 5 2021, 1:58 PM · System administration (Component upgrades)
vsellier renamed T3705: Upgrade the ELK stack from Upgrade the LK stack to Upgrade the ELK stack.
Nov 5 2021, 1:53 PM · System administration (Component upgrades)
vsellier triaged T3705: Upgrade the ELK stack as Normal priority.
Nov 5 2021, 1:53 PM · System administration (Component upgrades)
vsellier edited Description on System administration (Component upgrades).
Nov 5 2021, 1:50 PM
vsellier created System administration (Component upgrades).
Nov 5 2021, 1:27 PM