Hi there!
I think the title is self-explanatory but I'll add here some further info.
I'm trying to make some reports on a Kibana instance installed on a RHEL 6.3 (Santiago) machine.
Now, it fails with main error
Error spawning Chromium browser: [Error: Protocol error (Target.setDiscoverTargets): Target closed.]
I try to dig deeper but without finding anything really interesting.
I followed the instruction on some other similar posts and when I do
ldd kibana/data/headless_shell-linux/headless_shell | grep not
it returns
data/headless_shell-linux/headless_shell: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by data/headless_shell-linux/headless_shell)
data/headless_shell-linux/headless_shell: /lib64/libc.so.6: version `GLIBC_2.15' not found (required by data/headless_shell-linux/headless_shell)
data/headless_shell-linux/headless_shell: /lib64/libc.so.6: version `GLIBC_2.16' not found (required by data/headless_shell-linux/headless_shell)
Supposing the machine I'm working with is not allowed to access the web, how do I install (if needed) such versions of GLIBC on it?
Is there any chance there's a different cause to this error?
For the sake of completeness I'll post down here the verbose log extracted from Kibana when trying to make a report of a Dashboard.
Thank you!