curl -L https://install.quickwit.io | sh fails to fetch the install script, as the DNS has no entries. Please update the docs to the right URL or update the DNS.
vikash@vikash:~$ curl -L https://install.quickwit.io | sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: install.quickwit.io
vikash@vikash:~$
vikash@vikash:~$ dig install.quickwit.io A
; <<>> DiG 9.18.39-0ubuntu0.22.04.4-Ubuntu <<>> install.quickwit.io A
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 34762
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 65494
;; QUESTION SECTION:
;install.quickwit.io. IN A
;; AUTHORITY SECTION:
quickwit.io. 852 IN SOA ns-1918.awsdns-47.co.uk. awsdns-hostmaster.amazon.com. 1 7200 900 1209600 86400
;; Query time: 27 msec
;; SERVER: 127.0.0.53#53(127.0.0.53) (UDP)
;; WHEN: Wed Aug 05 09:31:46 UTC 2026
;; MSG SIZE rcvd: 135
vikash@vikash:~$
curl -L https://install.quickwit.io | shfails to fetch the install script, as the DNS has no entries. Please update the docs to the right URL or update the DNS.