Skip to content

Instantly share code, notes, and snippets.

@muxueqz
Created February 15, 2017 09:11
Show Gist options
  • Save muxueqz/011060e6529a9950685727b69559cb41 to your computer and use it in GitHub Desktop.
Save muxueqz/011060e6529a9950685727b69559cb41 to your computer and use it in GitHub Desktop.
kibana server_id_by_script
def logger = doc['Logger.keyword'].value;
def server_id = logger.substring(0, logger.indexOf('|'));
return server_id;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment