Skip to content

Commit edb00b0

Browse files
committed
Fix mappings
1 parent 51c70fb commit edb00b0

File tree

1 file changed

+3
-9
lines changed
  • x-pack/test/functional/es_archives/logstash_functional

1 file changed

+3
-9
lines changed

x-pack/test/functional/es_archives/logstash_functional/mappings.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -348,9 +348,7 @@
348348
"runtime_number": {
349349
"type": "long",
350350
"script": {
351-
"script": {
352-
"source": "emit(doc['bytes'].value)"
353-
}
351+
"source": "emit(doc['bytes'].value)"
354352
}
355353
}
356354
}
@@ -723,9 +721,7 @@
723721
"runtime_number": {
724722
"type": "long",
725723
"script": {
726-
"script": {
727-
"source": "emit(doc['bytes'].value)"
728-
}
724+
"source": "emit(doc['bytes'].value)"
729725
}
730726
}
731727
}
@@ -1098,9 +1094,7 @@
10981094
"runtime_number": {
10991095
"type": "long",
11001096
"script": {
1101-
"script": {
1102-
"source": "emit(doc['bytes'].value)"
1103-
}
1097+
"source": "emit(doc['bytes'].value)"
11041098
}
11051099
}
11061100
}

0 commit comments

Comments
 (0)