我无法将时间范围添加到fluentd索引
GET fluentdhttps://justpaste.it/8acsk
如果我从开发工具创建。我可以添加日期,但如果我选择我不能任何数据
POST /fluentd/_mapping
{
"properties": {
"date": {
"type": "date",
"format": "strict_date_optional_time||epoch_second"
}
}
}
我无法将时间范围添加到fluentd索引
GET fluentdhttps://justpaste.it/8acsk
如果我从开发工具创建。我可以添加日期,但如果我选择我不能任何数据
POST /fluentd/_mapping
{
"properties": {
"date": {
"type": "date",
"format": "strict_date_optional_time||epoch_second"
}
}
}
1条答案
按热度按时间c6ubokkw1#
您需要在Map中至少有1个date field。
从DevTools检查Map=>