Browse Source

Documentation for ignore_malformed support with synthetic source for aggregate_metric_double (#108983)

Oleksandr Kolomiiets 1 year ago
parent
commit
8cfdbcc9a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/mapping/types/aggregate-metric-double.asciidoc

+ 1 - 1
docs/reference/mapping/types/aggregate-metric-double.asciidoc

@@ -260,7 +260,7 @@ any issues, but features in technical preview are not subject to the support SLA
 of official GA features.
 
 `aggregate_metric-double` fields support <<synthetic-source,synthetic `_source`>> in their default
-configuration. Synthetic `_source` cannot be used together with <<ignore-malformed,`ignore_malformed`>>.
+configuration.
 
 For example:
 [source,console,id=synthetic-source-aggregate-metric-double-example]