Hello dear friends of the community. I wanted to know if you could give me some clues as to why I can't view the data loaded in Kibana in an index that I created. I created an index with the mapping to load all the data from a logstash, the log comes from a weblogic server. If I check the data locally in the logstash, it is generating the fields correctly and based on those fields I create the index mapping. The Index Management shows me the index and shows me that it is receiving documents. I was even able to add the index to the Index Pattern, but it doesn't show me the data when I want to see it in Discovery. Looking at another topic I made an "update" of the index:
GET /weblogic-log/_search
{
"query": {
"match_all": {}
}
}
And it shows me several fields:
{
"took" : 229,
"timed_out" : false,
"_shards" : {
"total" : 1,
"successful" : 1,
"skipped" : 0,
"failed" : 0
},
"hits" : {
"total" : {
"value" : 2247,
"relation" : "eq"
},
"max_score" : 1.0,
"hits" : [
{
"_index" : "weblogic-log",
"_type" : "_doc",
"_id" : "zQYSL5EBNkEbxp-bbw_W",
"_score" : 1.0,
"_source" : {
"hostname" : "f8cloud5032",
"timer" : "[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'",
"uuid" : "7bcb9779-4af8-4254-bfc4-2bc6ac2dfbaa-000000a9",
"path" : "/u01/home/app/mdw/producer/domains/producerTotCorpQa/servers/producerTotCorpQa01/logs/producerTotCorpQa01.log",
"log_timestamp" : "Aug 7, 2024 7:00:22,918 PM CLT",
"kernel" : "WLS Kernel",
"thread" : "Diagnostics",
"misc" : "[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] ",
"timestamp" : "1723071622918",
"message" : "####<Aug 7, 2024 7:00:22,918 PM CLT> <Info> <Diagnostics> <f8cloud5032> <producerTotCorpQa01> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <7bcb9779-4af8-4254-bfc4-2bc6ac2dfbaa-000000a9> <1723071622918> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-320145> <Size based data retirement operation completed on archive EventsDataArchive. Retired 0 records in 0 ms.> ",
"log_message" : "Size based data retirement operation completed on archive EventsDataArchive. Retired 0 records in 0 ms.",
"log_number" : "BEA-320145",
"servername" : "producerTotCorpQa01",
"log_level" : "Info"
}
},
{
"_index" : "weblogic-log",
"_type" : "_doc",
"_id" : "8QYSL5EBNkEbxp-bbw_b",
"_score" : 1.0,
"_source" : {
"hostname" : "f8cloud5032",
"timer" : "[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'",
"uuid" : "7bcb9779-4af8-4254-bfc4-2bc6ac2dfbaa-000000a9",
"path" : "/u01/home/app/mdw/producer/domains/producerTotCorpQa/servers/producerTotCorpQa01/logs/producerTotCorpQa01.log",
"log_timestamp" : "Aug 7, 2024 7:00:22,918 PM CLT",
"kernel" : "WLS Kernel",
"thread" : "Diagnostics",
"misc" : "[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] ",
"timestamp" : "1723071622918",
"message" : "####<Aug 7, 2024 7:00:22,918 PM CLT> <Info> <Diagnostics> <f8cloud5032> <producerTotCorpQa01> <[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <7bcb9779-4af8-4254-bfc4-2bc6ac2dfbaa-000000a9> <1723071622918> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-320144> <Size based data retirement operation started on archive EventsDataArchive.> ",
"log_message" : "Size based data retirement operation started on archive EventsDataArchive.",
"log_number" : "BEA-320144",
"servername" : "producerTotCorpQa01",
"log_level" : "Info"
}
},
{
"_index" : "weblogic-log",
"_type" : "_doc",
"_id" : "RwYSL5EBNkEbxp-byR7V",
"_score" : 1.0,
"_source" : {
"hostname" : "f8cloud5032",
"timer" : "weblogic.GCMonitor",
"uuid" : "7bcb9779-4af8-4254-bfc4-2bc6ac2dfbaa-00000006",
"path" : "/u01/home/app/mdw/producer/domains/producerTotCorpQa/servers/producerTotCorpQa01/logs/producerTotCorpQa01.log",
"log_timestamp" : "Aug 7, 2024 7:00:45,281 PM CLT",
"kernel" : "anonymous",
"thread" : "Health",
"misc" : "[severity-value: 64] [rid: 0:1] [partition-id: 0] [partition-name: DOMAIN] ",
"timestamp" : "1723071645281",
"message" : "####<Aug 7, 2024 7:00:45,281 PM CLT> <Info> <Health> <f8cloud5032> <producerTotCorpQa01> <weblogic.GCMonitor> <<anonymous>> <> <7bcb9779-4af8-4254-bfc4-2bc6ac2dfbaa-00000006> <1723071645281> <[severity-value: 64] [rid: 0:1] [partition-id: 0] [partition-name: DOMAIN] > <BEA-310002> <68% of the total memory in the server is free.> ",
"log_message" : "68% of the total memory in the server is free.",
"log_number" : "BEA-310002",
"servername" : "producerTotCorpQa01",
"log_level" : "Info"
}
},
{
"_index" : "weblogic-log",
"_type" : "_doc",
"_id" : "OQYSL5EBNkEbxp-b-CTJ",
"_score" : 1.0,
"_source" : {
"hostname" : "f8cloud5032",
"timer" : "Timer-2",
"uuid" : "7bcb9779-4af8-4254-bfc4-2bc6ac2dfbaa-0000000b",
"path" : "/u01/home/app/mdw/producer/domains/producerTotCorpQa/servers/producerTotCorpQa01/logs/producerTotCorpQa01.log",
"log_timestamp" : "Aug 7, 2024 7:00:57,149 PM CLT",
"kernel" : "WLS Kernel",
"thread" : "WorkManager",
"misc" : "[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] ",
"timestamp" : "1723071657149",
"message" : "####<Aug 7, 2024 7:00:57,149 PM CLT> <Info> <WorkManager> <f8cloud5032> <producerTotCorpQa01> <Timer-2> <<WLS Kernel>> <> <7bcb9779-4af8-4254-bfc4-2bc6ac2dfbaa-0000000b> <1723071657149> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-002959> <Self-tuning thread pool contains 1 running threads, 1 idle threads, and 31 standby threads> ",
"log_message" : "Self-tuning thread pool contains 1 running threads, 1 idle threads, and 31 standby threads",
"log_number" : "BEA-002959",
"servername" : "producerTotCorpQa01",
"log_level" : "Info"
}
},
{
"_index" : "weblogic-log",
"_type" : "_doc",
"_id" : "xAYUL5EBNkEbxp-bymc9",
"_score" : 1.0,
"_source" : {
"hostname" : "f8cloud5032",
"timer" : "Timer-2",
"uuid" : "7bcb9779-4af8-4254-bfc4-2bc6ac2dfbaa-0000000b",
"path" : "/u01/home/app/mdw/producer/domains/producerTotCorpQa/servers/producerTotCorpQa01/logs/producerTotCorpQa01.log",
"log_timestamp" : "Aug 7, 2024 7:02:57,156 PM CLT",
"kernel" : "WLS Kernel",
"thread" : "WorkManager",
"misc" : "[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] ",
"timestamp" : "1723071777156",
"message" : "####<Aug 7, 2024 7:02:57,156 PM CLT> <Info> <WorkManager> <f8cloud5032> <producerTotCorpQa01> <Timer-2> <<WLS Kernel>> <> <7bcb9779-4af8-4254-bfc4-2bc6ac2dfbaa-0000000b> <1723071777156> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-002959> <Self-tuning thread pool contains 1 running threads, 1 idle threads, and 31 standby threads> ",
"log_message" : "Self-tuning thread pool contains 1 running threads, 1 idle threads, and 31 standby threads",
"log_number" : "BEA-002959",
"servername" : "producerTotCorpQa01",
"log_level" : "Info"
}
},
{
"_index" : "weblogic-log",
"_type" : "_doc",
"_id" : "UAYWL5EBNkEbxp-bn6qY",
"_score" : 1.0,
"_source" : {
"hostname" : "f8cloud5032",
"timer" : "Timer-2",
"uuid" : "7bcb9779-4af8-4254-bfc4-2bc6ac2dfbaa-0000000b",
"path" : "/u01/home/app/mdw/producer/domains/producerTotCorpQa/servers/producerTotCorpQa01/logs/producerTotCorpQa01.log",
"log_timestamp" : "Aug 7, 2024 7:04:57,160 PM CLT",
"kernel" : "WLS Kernel",
"thread" : "WorkManager",
"misc" : "[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] ",
"timestamp" : "1723071897160",
"message" : "####<Aug 7, 2024 7:04:57,160 PM CLT> <Info> <WorkManager> <f8cloud5032> <producerTotCorpQa01> <Timer-2> <<WLS Kernel>> <> <7bcb9779-4af8-4254-bfc4-2bc6ac2dfbaa-0000000b> <1723071897160> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-002959> <Self-tuning thread pool contains 1 running threads, 1 idle threads, and 31 standby threads> ",
"log_message" : "Self-tuning thread pool contains 1 running threads, 1 idle threads, and 31 standby threads",
"log_number" : "BEA-002959",
"servername" : "producerTotCorpQa01",
"log_level" : "Info"
}
},
{
"_index" : "weblogic-log",
"_type" : "_doc",
"_id" : "sgYYL5EBNkEbxp-bdOj6",
"_score" : 1.0,
"_source" : {
"hostname" : "f8cloud5032",
"timer" : "Timer-2",
"uuid" : "7bcb9779-4af8-4254-bfc4-2bc6ac2dfbaa-0000000b",
"path" : "/u01/home/app/mdw/producer/domains/producerTotCorpQa/servers/producerTotCorpQa01/logs/producerTotCorpQa01.log",
"log_timestamp" : "Aug 7, 2024 7:06:57,169 PM CLT",
"kernel" : "WLS Kernel",
"thread" : "WorkManager",
"misc" : "[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] ",
"timestamp" : "1723072017169",
"message" : "####<Aug 7, 2024 7:06:57,169 PM CLT> <Info> <WorkManager> <f8cloud5032> <producerTotCorpQa01> <Timer-2> <<WLS Kernel>> <> <7bcb9779-4af8-4254-bfc4-2bc6ac2dfbaa-0000000b> <1723072017169> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-002959> <Self-tuning thread pool contains 1 running threads, 1 idle threads, and 31 standby threads> ",
"log_message" : "Self-tuning thread pool contains 1 running threads, 1 idle threads, and 31 standby threads",
"log_number" : "BEA-002959",
"servername" : "producerTotCorpQa01",
"log_level" : "Info"
}
},
{
"_index" : "weblogic-log",
"_type" : "_doc",
"_id" : "3AcaL5EBNkEbxp-bSi5X",
"_score" : 1.0,
"_source" : {
"hostname" : "f8cloud5032",
"timer" : "Timer-2",
"uuid" : "7bcb9779-4af8-4254-bfc4-2bc6ac2dfbaa-0000000b",
"path" : "/u01/home/app/mdw/producer/domains/producerTotCorpQa/servers/producerTotCorpQa01/logs/producerTotCorpQa01.log",
"log_timestamp" : "Aug 7, 2024 7:08:57,174 PM CLT",
"kernel" : "WLS Kernel",
"thread" : "WorkManager",
"misc" : "[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] ",
"timestamp" : "1723072137174",
"message" : "####<Aug 7, 2024 7:08:57,174 PM CLT> <Info> <WorkManager> <f8cloud5032> <producerTotCorpQa01> <Timer-2> <<WLS Kernel>> <> <7bcb9779-4af8-4254-bfc4-2bc6ac2dfbaa-0000000b> <1723072137174> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-002959> <Self-tuning thread pool contains 1 running threads, 1 idle threads, and 31 standby threads> ",
"log_message" : "Self-tuning thread pool contains 1 running threads, 1 idle threads, and 31 standby threads",
"log_number" : "BEA-002959",
"servername" : "producerTotCorpQa01",
"log_level" : "Info"
}
},
{
"_index" : "weblogic-log",
"_type" : "_doc",
"_id" : "agccL5EBNkEbxp-bH4S-",
"_score" : 1.0,
"_source" : {
"hostname" : "f8cloud5032",
"timer" : "Timer-2",
"uuid" : "7bcb9779-4af8-4254-bfc4-2bc6ac2dfbaa-0000000b",
"path" : "/u01/home/app/mdw/producer/domains/producerTotCorpQa/servers/producerTotCorpQa01/logs/producerTotCorpQa01.log",
"log_timestamp" : "Aug 7, 2024 7:10:57,184 PM CLT",
"kernel" : "WLS Kernel",
"thread" : "WorkManager",
"misc" : "[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] ",
"timestamp" : "1723072257184",
"message" : "####<Aug 7, 2024 7:10:57,184 PM CLT> <Info> <WorkManager> <f8cloud5032> <producerTotCorpQa01> <Timer-2> <<WLS Kernel>> <> <7bcb9779-4af8-4254-bfc4-2bc6ac2dfbaa-0000000b> <1723072257184> <[severity-value: 64] [rid: 0] [partition-id: 0] [partition-name: DOMAIN] > <BEA-002959> <Self-tuning thread pool contains 1 running threads, 1 idle threads, and 31 standby threads> ",
"log_message" : "Self-tuning thread pool contains 1 running threads, 1 idle threads, and 31 standby threads",
"log_number" : "BEA-002959",
"servername" : "producerTotCorpQa01",
"log_level" : "Info"
}
},
{
"_index" : "weblogic-log",
"_type" : "_doc",
"_id" : "ngcdL5EBNkEbxp-bxr1I",
"_score" : 1.0,
"_source" : {
"hostname" : "f8cloud5032",
"timer" : "weblogic.GCMonitor",
"uuid" : "7bcb9779-4af8-4254-bfc4-2bc6ac2dfbaa-00000006",
"path" : "/u01/home/app/mdw/producer/domains/producerTotCorpQa/servers/producerTotCorpQa01/logs/producerTotCorpQa01.log",
"log_timestamp" : "Aug 7, 2024 7:12:45,283 PM CLT",
"kernel" : "anonymous",
"thread" : "Health",
"misc" : "[severity-value: 64] [rid: 0:1] [partition-id: 0] [partition-name: DOMAIN] ",
"timestamp" : "1723072365283",
"message" : "####<Aug 7, 2024 7:12:45,283 PM CLT> <Info> <Health> <f8cloud5032> <producerTotCorpQa01> <weblogic.GCMonitor> <<anonymous>> <> <7bcb9779-4af8-4254-bfc4-2bc6ac2dfbaa-00000006> <1723072365283> <[severity-value: 64] [rid: 0:1] [partition-id: 0] [partition-name: DOMAIN] > <BEA-310002> <95% of the total memory in the server is free.> ",
"log_message" : "95% of the total memory in the server is free.",
"log_number" : "BEA-310002",
"servername" : "producerTotCorpQa01",
"log_level" : "Info"
}
}
]
}
}
After that I did an index update in the Index Management and in the Index Patterns, but it didn't work, it doesn't show the data..
Can anyone have an idea that of what else I can do?. Please, I would really appreciate if you could help me with this.