Skip to content

Instantly share code, notes, and snippets.

Created January 13, 2017 22:39
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 anonymous/563f88950342f7d910a579995cad1fe6 to your computer and use it in GitHub Desktop.
Save anonymous/563f88950342f7d910a579995cad1fe6 to your computer and use it in GitHub Desktop.
{
"template" : "logstash-*",
"settings" : {
"index.refresh_interval" : "5s"
},
"mappings" : {
"access" : {
"properties" : {
"@timestamp" : {
"type" : "date",
"format" : "strict_date_optional_time||epoch_millis"
},
"httpVersion" : {
"type" : "keyword"
},
"mode" : {
"type" : "keyword"
},
"offset" : {
"type" : "keyword"
},
"response" : {
"type" : "short"
},
"sentBytes" : {
"type" : "integer"
},
"time" : {
"type" : "long"
}
}
},
"jetty" : {
"properties" : {
"@timestamp" : {
"type" : "date",
"format" : "strict_date_optional_time||epoch_millis"
},
"metricMeasure" : {
"type" : "integer"
},
"mode" : {
"type" : "keyword"
},
"offset" : {
"type" : "keyword"
},
"time" : {
"type" : "long"
},
"timestamp" : {
"type" : "date",
"format" : "strict_date_optional_time||epoch_millis"
}
}
},
"nginxerror" : {
"properties" : {
"@timestamp" : {
"type" : "date",
"format" : "strict_date_optional_time||epoch_millis"
},
"localTimeNginxError" : {
"type" : "date",
"format" : "yyyy/MM/dd HH:mm:ss||yyyy/MM/dd||epoch_millis"
},
"mode" : {
"type" : "keyword"
},
"offset" : {
"type" : "keyword"
},
"time" : {
"type" : "long"
}
}
},
"codedeploy" : {
"properties" : {
"@timestamp" : {
"type" : "date",
"format" : "strict_date_optional_time||epoch_millis"
},
"mode" : {
"type" : "keyword"
},
"offset" : {
"type" : "keyword"
},
"time" : {
"type" : "long"
}
}
},
"catalina" : {
"properties" : {
"@timestamp" : {
"type" : "date",
"format" : "strict_date_optional_time||epoch_millis"
},
"mode" : {
"type" : "keyword"
},
"offset" : {
"type" : "keyword"
},
"time" : {
"type" : "long"
},
"timestamp" : {
"type" : "date",
"format" : "strict_date_optional_time||epoch_millis"
}
}
},
"proxy-saml" : {
"properties" : {
"@timestamp" : {
"type" : "date",
"format" : "strict_date_optional_time||epoch_millis"
},
"mode" : {
"type" : "keyword"
},
"offset" : {
"type" : "keyword"
},
"time" : {
"type" : "long"
}
}
},
"localhost_access_log" : {
"properties" : {
"@timestamp" : {
"type" : "date",
"format" : "strict_date_optional_time||epoch_millis"
},
"httpVersion" : {
"type" : "keyword"
},
"mode" : {
"type" : "keyword"
},
"offset" : {
"type" : "keyword"
},
"response" : {
"type" : "short"
},
"sentBytes" : {
"type" : "integer"
},
"time" : {
"type" : "long"
}
}
},
"modsec_audit" : {
"properties" : {
"@timestamp" : {
"type" : "date",
"format" : "strict_date_optional_time||epoch_millis"
},
"mode" : {
"type" : "keyword"
},
"offset" : {
"type" : "keyword"
},
"time" : {
"type" : "long"
}
}
},
"nginxaccess" : {
"properties" : {
"@timestamp" : {
"type" : "date",
"format" : "strict_date_optional_time||epoch_millis"
},
"bbvaNoFilter" : {
"type" : "boolean"
},
"httpVersion" : {
"type" : "keyword"
},
"mode" : {
"type" : "keyword"
},
"offset" : {
"type" : "keyword"
},
"requestTime" : {
"type" : "float"
},
"response" : {
"type" : "short"
},
"sentBytes" : {
"type" : "integer"
},
"serviceDescription" : {
"type" : "keyword"
},
"time" : {
"type" : "long"
},
"timestamp" : {
"type" : "date",
"format" : "strict_date_optional_time||epoch_millis"
},
"timestampMs" : {
"type" : "float"
}
}
},
"auth-server" : {
"properties" : {
"@timestamp" : {
"type" : "date",
"format" : "strict_date_optional_time||epoch_millis"
},
"mode" : {
"type" : "keyword"
},
"offset" : {
"type" : "keyword"
},
"time" : {
"type" : "long"
},
"timestamp" : {
"type" : "date",
"format" : "strict_date_optional_time||epoch_millis"
}
}
},
"auth-server-audit" : {
"properties" : {
"@timestamp" : {
"type" : "date",
"format" : "strict_date_optional_time||epoch_millis"
},
"mode" : {
"type" : "keyword"
},
"offset" : {
"type" : "keyword"
},
"time" : {
"type" : "long"
}
}
},
"monit" : {
"properties" : {
"@timestamp" : {
"type" : "date",
"format" : "strict_date_optional_time||epoch_millis"
},
"mode" : {
"type" : "keyword"
},
"offset" : {
"type" : "keyword"
},
"time" : {
"type" : "long"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment