Kibana can't add a new field dynamically. It needs to be done programmatically as of now .You might get the option using expression language . Most recent versions of Kibana come with API where you can export your visualization JSON - modify it according to your needs and reimport it. But again, this wouldn't be dynamic in nature.