Skip to content

Instantly share code, notes, and snippets.

View Nearhan's full-sized avatar

Farhan Syed Nearhan

View GitHub Profile
# you can override this using by setting a system property, for example -Des.logger.level=DEBUG
es.logger.level: INFO
rootLogger: ${es.logger.level}, console, file
logger:
# log action execution errors for easier debugging
action: DEBUG
# reduce the logging for aws, too much is logged under the default INFO
com.amazonaws: WARN
# gateway
@Nearhan
Nearhan / ES
Created January 6, 2015 13:46
ES
body = {
"aggs" : {
"hashtags" : {
"terms" : {
"field" : "hashtags",
"size": 0
}
}
}
}