Stan Wong

Results 18 comments of Stan Wong

The refresh option is not available in ES 7 and the scheme require new index field. ``` diff --git a/es_test_data.py b/es_test_data.py index 403d3f2..294ac20 100755 --- a/es_test_data.py +++ b/es_test_data.py @@ -43,10...

I manage to build the side car image (agones-sdk) for arm based server (AWS Graviton) and use the helm template to generate the yaml to use my private repo. Other...

Hi @markmandel, My use case is to host a game server on the AWS Gravition instance to save cost and utilize the new powerful AWS instance type. Below is what...

Hi, I had this issue today and found out the bookie journal is using all my EBS IOPS burst credit. My default journal size is 50GB and I have an...

@ribbybibby It only affect IE user right?

Hi @VargBurz , I have gap in my logs and it is normal for my data. Is it possible to accept or skip null / empty segment?

@jonyrock I would say option 2 is better. Because zero could be integer for some data. For example getting concurrent user count. Zero mean there are no user using the...

Hi, My Elasticsearch version is 7.6.0. fixed the screenshot. ![image](https://user-images.githubusercontent.com/7571272/76074848-f5d15c00-5fd6-11ea-9139-e98a9924faa3.png)

The error is from datasource library. https://github.com/CorpGlory/grafana-datasource-kit/blob/772688965bab3fb4df0ed809aabb4129a95de740/src/metrics/elasticsearch_metric.ts#L62

It works if i'm using average data instead of count data. I convert some of my data in ES to integer to resolve this.