-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate developer experience on ARM based Apple devices #83094
Comments
Pinging @elastic/kibana-operations (Team:Operations) |
++ |
Just got my Mac Mini, going to start recording some metrics and compare them to the macs I have around. Let me know what metrics you want to see? |
Let me know what metrics you want to see? Can you provide metrics for typescript type check?
|
More so than specific metrics, I'm more interested in the ease of just getting to work. Notes like homebrew and node support are the most helpful in understanding on whether or not this is something that is actually worth it for me. I haven't really dug into this much yet but if you know of anything else that might have rocky support, getting that outlined would be awesome. |
Notes from an afternoon with the M1 Mac Mini:
All tests were run on commit 31014bf
|
Could you elaborate on that? |
M1 Macs seem to only be able to run 1 external monitor through Thunderbolt ports. Mac Mini can run two external monitors but it's the exception (and still is the same total number of monitors compared to laptops): one over Thunderbolt and another over HDMI. |
I am using an M1 mini, and cannot install Kibana via Docker M1 Tech Preview Pulling kibana (kibana:7.9.2)...
7.9.2: Pulling from library/kibana
ERROR: no matching manifest for linux/arm64/v8 in the manifest list entries Pulling logstash (logstash:7.9.2)...
7.9.2: Pulling from library/logstash
ERROR: no matching manifest for linux/arm64/v8 in the manifest list entries Any ideas how to resolve? |
Unfortunately no ARM docker builds for Kibana yet - we're working on it now with a 7.12 target. Progress can be tracked at #72884. |
This adds *build and native development support for ARM based Apple devices. - Bazel has been updated to 4.2.1, providing ARM binaries - Bazelisk has been updated to 1.10.1, providing ARM binaries - *Reporting is disabled pending ARM binaries - elastic#109949 Partially closes elastic#83094
I don't believe #114879 was meant to close this issue. |
Done. |
Today Apple announced the first devices in its lineup, including the Macbook Pro, to receive ARM-based processors. While it's an exciting time for many to upgrade, we ask that anyone relying on this device for Kibana development hold off for the time being.
Once we receive a device we will report here on the developer experience.
The text was updated successfully, but these errors were encountered: