All Apps and Add-ons

FireEye error message: "Could not load configuration" - why?

reswob4
Builder

This error is occurring about every .5 second in splunkd.log on one of my Search Heads:

WARN MongoModificationsTracker - Could not load configuration for collection 'acknotescoll' in application 'TA-FireEye_v3'. Collection will be ignored.

I just upgraded to 6.6.3, but this error has been going on unnoticed for some time.

1 Solution

Powers64
Explorer

I too had this same issue. I created a collections.conf in TA app (found it in the app but not in TA). Errors disappeared. Found no mention of collection in documentation or video guides. I am using the TA to parse so you can definitely do more configuration.

The content is:

#
# Splunk app KV Store collection file
#

[acknotescoll]

View solution in original post

0 Karma

Powers64
Explorer

I too had this same issue. I created a collections.conf in TA app (found it in the app but not in TA). Errors disappeared. Found no mention of collection in documentation or video guides. I am using the TA to parse so you can definitely do more configuration.

The content is:

#
# Splunk app KV Store collection file
#

[acknotescoll]
0 Karma

reswob4
Builder

Creating this config file worked.

0 Karma

napomokoetle
Communicator

I also get the same error for the Alert Manager app.

04-03-2019 19:02:13.492 +0200 WARN MongoModificationsTracker - Could not load configuration for collection 'drilldown_settings' in application 'alert_manager'. Collection will be ignored.
^C

0 Karma

woodcock
Esteemed Legend

The app probably expects you to define the collections (KVStore database entries) before that part works. Read the docs for the app and the any README stuff in the app directories. Look for a config.xml file and read/run that, too.

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...