Hi Guys,
I shipped a log snippet via FluentBit to Loki and from Grafana when I clicked the labels I set for this snippet, it gave me such error:
When I tried the api via curl, no label found for this log snippet:
{
"status": "success",
"data": [
{
"app": "jsm",
"filename": "/home/dujas/fluent-bit/jira.log",
"hostname": "centos8-1"
},
{
"hostname": "centos8-1",
"app": "jsm",
"filename": "/home/dujas/fluent-bit/jira2.log"
},
{
"app": "jsm",
"hostname": "centos8-1",
"filename": "/home/dujas/fluent-bit/jira4.log"
}
]
}
Here is the log snippet:
2024-03-01 17:29:45,196+0800 FelixStartLevel INFO [c.a.c.e.c.a.j.i.s.managers.DefaultSearchHandlerManager.helperResettableLazyReference] Cache com.atlassian.jira.issue.search.managers.DefaultSearchHandlerManager.helperResettableLazyReference was flushed
2024-03-01 17:29:45,196+0800 FelixStartLevel INFO [c.a.c.e.c.a.j.i.s.managers.DefaultSearchHandlerManager.helperResettableLazyReference] Cache com.atlassian.jira.issue.search.managers.DefaultSearchHandlerManager.helperResettableLazyReference was flushed
2024-03-01 17:29:45,196+0800 FelixStartLevel INFO [c.a.c.e.c.a.j.i.s.managers.DefaultSearchHandlerManager.helperResettableLazyReference] Cache com.atlassian.jira.issue.search.managers.DefaultSearchHandlerManager.helperResettableLazyReference was flushed
2024-03-01 17:29:45,220+0800 FelixStartLevel WARN [c.a.p.osgi.factory.OsgiBundlePlugin] Cannot disable Bundle ‘com.atlassian.plugins.atlassian-whitelist-api-plugin-5.0.6’, not ACTIVE
2024-03-01 17:29:45,232+0800 FelixStartLevel WARN [c.a.p.osgi.factory.OsgiBundlePlugin] Cannot disable Bundle ‘com.atlassian.plugin.jslibs’, not ACTIVE
2024-03-01 17:29:45,233+0800 FelixStartLevel WARN [c.a.p.osgi.factory.OsgiBundlePlugin] Cannot disable Bundle ‘com.atlassian.plugin.atlassian-spring-scanner-runtime’, not ACTIVE
2024-03-01 17:29:45,233+0800 FelixStartLevel WARN [c.a.p.osgi.factory.OsgiBundlePlugin] Cannot disable Bundle ‘com.atlassian.plugin.atlassian-spring-scanner-annotation’, not ACTIVE
2024-03-01 17:29:45,243+0800 FelixStartLevel WARN [c.a.p.osgi.factory.OsgiBundlePlugin] Cannot disable Bundle ‘com.atlassian.oauth.atlassian-oauth-service-provider-spi’, not ACTIVE
2024-03-01 17:29:45,243+0800 FelixStartLevel WARN [c.a.p.osgi.factory.OsgiBundlePlugin] Cannot disable Bundle ‘com.atlassian.oauth.atlassian-oauth-consumer-spi’, not ACTIVE
2024-03-01 17:29:45,243+0800 FelixStartLevel WARN [c.a.p.osgi.factory.OsgiBundlePlugin] Cannot disable Bundle ‘com.atlassian.oauth.admin’, not ACTIVE
2024-03-01 17:29:45,780+0800 FelixStartLevel WARN [c.a.p.osgi.factory.OsgiBundlePlugin] Cannot disable Bundle ‘com.atlassian.bundles.nekohtml-1.9.12.1’, not ACTIVE
2024-03-01 17:29:46,156+0800 main INFO [c.a.jira.versioning.TransactionSupportHelper] [VERSIONING] Shutting down required-new-transaction pool
2024-03-01 17:29:46,183+0800 main INFO [c.a.jira.plugin.PluginTransactionListener] [plugin-transaction] Shutting down
I tried to set the max_chunk_age to 108h, but still no luck. For the latest log files, it is working fine.
Any thought?