Hello again, I'm trying to connect my locally installed Kibana to a port-forwarded elastic instance (K8s pod), both are versions 7.7.0.
I've already port forwarded the pod to port 9200, am met with this error:
FATAL [mapper_parsing_exception] No handler for type [flattened] declared on field [state] :: .....
I'm wondering what is usually the cause of this error, what can I check and how can I resolve this to progress?
This is not the default distribution of Elastic which contains Elastic basic (free) licensed code. And I believe that this feature has been added under the Elastic license only.
So you need to switch to the default distribution instead of the oss one which has much less features.
Do both kibana and elastic not only have to be on compatible/same versions but also have the same build flavor?
I've just pulled a Docker image of kibana oss 7.7.0, I'm trying to connect it to the remote elastic instance now (port forwarded locally to port 9200), but it's not picking up. I assume my Docker command is correct? docker run -p 5601:5601 docker.elastic.co/kibana/kibana-oss:7.7.0
May be this could work, but anyway you should not use that. Latest elasticsearch version (from 7.11 to 7.17 and now 8.15) don't have this oss flavor anymore. So all your efforts here to make that old version working are IMHO a bit of useless.
Also note that 7.7 did not receive all the security patches and bug fixes...
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.