.es(index=apa*,q=geoip.country_code2:FR,metric=sum:bytes).bars().label("France"), .es(index=apa*,q=geoip.country_code2:FR,metric=sum:bytes,offset=-10d).bars(stack=false).label("France")
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#################### | |
# Helsinki Meetup | |
# Machine learning in the Elastic Stack | |
#################### | |
####### Transforms ############ | |
## 1. Check and explore the index you are working with: | |
GET kibana_sample_data_ecommerce/_search |
OlderNewer