I think you forgot to tick the box:
[] Preserve logs
So when the browser navigated away from /login towards kibana main page you lost the network log.
Anyway, I tried myself, and obtained the following cURL command:
curl 'http://localhost:5601/login' \
-H 'Connection: keep-alive' \
-H 'Cache-Control: max-age=0' \
-H 'sec-ch-ua: "Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"' \
-H 'sec-ch-ua-mobile: ?0' \
-H 'Origin: http://localhost:5601' \
-H 'Upgrade-Insecure-Requests: 1' \
-H 'DNT: 1' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36' \
-H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9' \
-H 'Sec-Fetch-Site: same-origin' \
-H 'Sec-Fetch-Mode: navigate' \
-H 'Sec-Fetch-User: ?1' \
-H 'Sec-Fetch-Dest: document' \
-H 'Referer: http://localhost:5601/login' \
--data-raw 'username=admin&password=passwd' \
--compressed -vvv
And this is the result with the Cookie header in the response:
$ curl 'http://localhost:5601/login' \
> -H 'Connection: keep-alive' \
> -H 'Cache-Control: max-age=0' \
> -H 'sec-ch-ua: "Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"' \
> -H 'sec-ch-ua-mobile: ?0' \
> -H 'Origin: http://localhost:5601' \
> -H 'Upgrade-Insecure-Requests: 1' \
> -H 'DNT: 1' \
> -H 'Content-Type: application/x-www-form-urlencoded' \
> -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36' \
> -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9' \
> -H 'Sec-Fetch-Site: same-origin' \
> -H 'Sec-Fetch-Mode: navigate' \
> -H 'Sec-Fetch-User: ?1' \
> -H 'Sec-Fetch-Dest: document' \
> -H 'Referer: http://localhost:5601/login' \
> -H 'Accept-Language: en,fi;q=0.9,en-US;q=0.8,it;q=0.7,es;q=0.6' \
> --data-raw 'username=admin&password=passwd' \
> --compressed -vvv
* Trying 127.0.0.1:5601...
* TCP_NODELAY set
* Connected to localhost (127.0.0.1) port 5601 (#0)
> POST /login HTTP/1.1
> Host: localhost:5601
> Accept-Encoding: deflate, gzip, br
> Connection: keep-alive
> Cache-Control: max-age=0
> sec-ch-ua: "Google Chrome";v="89", "Chromium";v="89", ";Not A Brand";v="99"
> sec-ch-ua-mobile: ?0
> Origin: http://localhost:5601
> Upgrade-Insecure-Requests: 1
> DNT: 1
> Content-Type: application/x-www-form-urlencoded
> User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36
> Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9
> Sec-Fetch-Site: same-origin
> Sec-Fetch-Mode: navigate
> Sec-Fetch-User: ?1
> Sec-Fetch-Dest: document
> Referer: http://localhost:5601/login
> Accept-Language: en,fi;q=0.9,en-US;q=0.8,it;q=0.7,es;q=0.6
> Cookie: rorCookie_saml_kc=s%3AhWwABX-v0Upxp08XJg_J60aPPhn_QbPI.JYvewvKK24mTiV5N7Jw0%2FkiiOVZPgxoXvl0op4CymeQ
> Content-Length: 30
>
* upload completely sent off: 30 out of 30 bytes
* Mark bundle as not supporting multiuse
< HTTP/1.1 302 Found
< location: /
< kbn-name: d0687e9be223
< kbn-license-sig: 6590be5467c137168ef5b23fb85627e2aa342a999b32e1c71dd9a3ecb039108a
< kbn-xpack-sig: ef42adb69cd0ad9c36eb0323e8819b1d
< content-type: text/html; charset=utf-8
< cache-control: private, no-cache, no-store, must-revalidate
< set-cookie: rorCookie=Fe26.2**36679c19e7f57c58c0b8914df9423b790e831fd669a7fa1137eb94f4db2a938c*Ai8vqKqxy1pjUOt6T15apg*BOlIl0hY5gvfXdf3jsEtIZ8Czj-cb3mrR3snSwjdfVF50_w3lNfVdDIqng6H4otSNwbAcqjht055pQUTrirOgSfFutoQwlE1F0hdXUrBj6HQhRka4p091PjpTVxY0jX2poJzKVrFRkQ0nBJm98XLOYwaXdP3-C2H50DmgzwVol6c0AGrPchduYyGq4pYPxsE**b2a789778d5a0e5c29a1af6b2215246bbda725e0dac96f023d2b069b992b3666*x-CAed5GgsM5l-WEyKBWGbWxUtbiCj4HOuNHBA04BOc; Max-Age=259210; Expires=Sat, 10 Apr 2021 20:06:09 GMT; HttpOnly; Path=/
< set-cookie: nextUrl=; Max-Age=0; Expires=Thu, 01 Jan 1970 00:00:00 GMT; Secure; HttpOnly
< content-length: 0
< Date: Wed, 07 Apr 2021 20:05:59 GMT
< Connection: keep-alive
<
* Connection #0 to host localhost left intact
Now you have the “Cookie” header value for you next requests. I.e.
-H ‘Cookie: rorCookie_saml_kc=s%3AhWwABX-v0Upxp08XJg_J60aPPhn_QbPI.JYvewvKK24mTiV5N7Jw0%2FkiiOVZPgxoXvl0op4CymeQ’