GET _cat/indices?v
GET /scs-client-log/
{
"scs-client-log" : {
"aliases" : { },
"mappings" : {
"properties" : {
"className" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"exception" : {
"type" : "object"
},
"fileName" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"fix" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"fullInfo" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"hostName" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"level" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"lineNumber" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"message" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"messageObject" : {
"type" : "object"
},
"methodName" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"properties" : {
"properties" : {
"@timestamp" : {
"type" : "date"
},
"log4net:HostName" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"tab" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
}
}
},
"timeStamp" : {
"type" : "date"
}
}
},
"settings" : {
"index" : {
"routing" : {
"allocation" : {
"include" : {
"_tier_preference" : "data_content"
}
}
},
"number_of_shards" : "1",
"provided_name" : "scs-client-log",
"creation_date" : "1614264757339",
"number_of_replicas" : "1",
"uuid" : "BhrWkvASSDakWeMZJByc6w",
"version" : {
"created" : "7110199"
}
}
}
}
}
GET /scs-client-log/_search
{
"took" : 1,
"timed_out" : false,
"_shards" : {
"total" : 1,
"successful" : 1,
"skipped" : 0,
"failed" : 0
},
"hits" : {
"total" : {
"value" : 1317,
"relation" : "eq"
},
"max_score" : 1.0,
"hits" : [
{
"_index" : "scs-client-log",
"_type" : "logEvent",
"_id" : "ySWv2XcBYgpFxvFAgAvO",
"_score" : 1.0,
"_source" : {
"timeStamp" : "2021-02-25T11:55:33.3922395Z",
"message" : "SCS.Client (3.4.0.297) - LogManager initialisiert",
"messageObject" : { },
"exception" : { },
"loggerName" : null,
"domain" : null,
"identity" : null,
"level" : "INFO",
"className" : "LogManager",
"fileName" : "",
"lineNumber" : "0",
"fullInfo" : "LogManager.(:0)",
"methodName" : "",
"fix" : "All",
"properties" : {
"log4net:UserName" : null,
"log4net:Identity" : null,
"tab" : """ """,
"log4net:HostName" : "DE106YDX",
"@timestamp" : "2021-02-25T11:55:33.3922395Z"
},
"userName" : null,
"threadName" : null,
"hostName" : "DE106YDX"
}
},
I hope that this helps. I've tried using "scs-client-logs-*" in the index pattern, but there is the same error.