I don't want to display the fields: host, message, path at the Discover part of Kibana.
I went throught the forum and the suggestion was to use mutate at logstash and remove the fields.
https://discuss.elastic.co/t/remove-unnecessary-fields-in-elasticsearch/29673
Thus,
in order to tailor the fields presented in the Discover part of Kibana for a particular presentation, the data should not be even permitted to enter the system.
This data should be removed right at the entrance via logstash.
I have different sets of users each interested in Discovering part of the data using specific fields with no interest in the rest. For them the rest is clutter.
In order to provide custom presentations, for the same data, in terms of the fields shown in the Discover part of Kibana, I have to run a separate ELK stack per presentation?