Whenever I tried to visualize the child fields into kibana line graph for example, I manually add all the child fields one by one, however I need something to automate the adding of child fields in the visualization without manually adding especially when there is a new child field is added later, kibana could automatically detect the new child field and add it to the visualization.
Is there something feasible for use case and how could this be implemented?
I am using Elasticsearch and kibana version 7.12.1 and building them using docker containers.
It's also not totally clear how you would like to visualize this data. If you could give me an example of what you'd like to accomplish, I might be able to suggest something using runtime fields.
if I have a lot of child fields (for example 40 child fields), I add it manually and the maintenance for these child fields are to hard and I need something to dynamically visualize all the child fields without any manual intervention and auto detection if there is a new child field has been added to the parent later in the future.
Hmm, unfortunately I can't think of something quickly to suit your use case.
Is it possible for you to change the format of the data being indexed into Elasticsearch? It would be much easier to accomplish if you had separate documents for each of your child fields. For example, instead of just one document that looks like this:
I got your workaround, but unfortunately, it's hard to restructure all the fields again in separate documents like the way you have illustrated above in your last comment.
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.