my index name : info , having some kind of schema i applied by help of grok .
timestamp,log level,class,message (this is schema of the index of info)
so in kibana visualization i used table type , it retrieved timestamp,message .
but i want a another column in table visualization which was not bound with info index.
like, timestamp,message,suggestion (here suggestion is dynamic , which is not a part of info index) but that suggestion is part of another index .
so will it possible in kibana ?