diff --git a/factory/status/statusComponents.go b/factory/status/statusComponents.go index d55702d0e14..44c2c0b4b2f 100644 --- a/factory/status/statusComponents.go +++ b/factory/status/statusComponents.go @@ -227,6 +227,7 @@ func (scf *statusComponentsFactory) makeElasticIndexerArgs() indexerFactory.Args Denomination: scf.economicsConfig.GlobalSettings.Denomination, UseKibana: elasticSearchConfig.UseKibana, ImportDB: scf.isInImportMode, + HeaderMarshaller: scf.coreComponents.InternalMarshalizer(), } }