Skip to content

Commit

Permalink
fix: Extended request mapping is not taken into account
Browse files Browse the repository at this point in the history
  • Loading branch information
aelamrani committed Aug 21, 2019
1 parent e3de279 commit 2b18274
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -100,7 +100,7 @@ public class ReporterConfiguration {
/**
* Extended request mapping template
*/
@Value("${reporters.elasticsearch.templates.extended_request_mapping:#{null}}")
@Value("${reporters.elasticsearch.template_mapping.extended_request_mapping:#{null}}")
private String extendedRequestMappingTemplate;

public List<Endpoint> getEndpoints() {
Expand Down

0 comments on commit 2b18274

Please sign in to comment.