Skip to content

Instantly share code, notes, and snippets.

@frenchbread
Created June 30, 2016 07:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frenchbread/052d043918987ace77cbe388f7df4ec7 to your computer and use it in GitHub Desktop.
Save frenchbread/052d043918987ace77cbe388f7df4ec7 to your computer and use it in GitHub Desktop.
List of fields that are available on each log entry inside ElasticSearch.
// List of fields that are available on each log entry inside ElasticSearch.
const fieldsList = [
'api_key',
'backend_response_time',
'internal_gatekeeper_time',
'internal_response_time',
'proxy_overhead',
'request_accept',
'request_accept_encoding',
'request_at',
'request_basic_auth_username',
'request_connection',
'request_content_type',
'request_hierarchy',
'request_host',
'request_ip',
'request_method',
'request_origin',
'request_path',
'request_query',
'request_referer',
'request_scheme',
'request_size',
'request_url',
'request_user_agent',
'request_user_agent_family',
'request_user_agent_type',
'response_age',
'response_content_type',
'response_server',
'response_size',
'response_status',
'response_time',
'user_email',
'user_id',
'user_registration_source'
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment