kokuwaio / helm-charts

helm charts maintained by the kokuwa project
GNU General Public License v3.0
41 stars 70 forks source link

There is no time range for fluentd index #158

Open zoroglu opened 1 year ago

zoroglu commented 1 year ago

There is no time range for fluentd index on kibana. and if I add with dev tools

PUT /fluentd/_mapping
{
  "properties": {
    "@timestamp": {
      "type": "date",
      "format": "strict_date_optional_time||epoch_millis"
    }
  }
}

I canno see logs