Skip to content

Commit

Permalink
[codegen] update to latest spec
Browse files Browse the repository at this point in the history
  • Loading branch information
l-trotta committed Dec 19, 2024
1 parent b4bd1ce commit ac88fa3
Show file tree
Hide file tree
Showing 8 changed files with 418 additions and 82 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1703,7 +1703,7 @@
'ingest._types.ConvertType': 'ingest/_types/Processors.ts#L661-L670',
'ingest._types.CsvProcessor': 'ingest/_types/Processors.ts#L694-L727',
'ingest._types.DatabaseConfiguration': 'ingest/_types/Database.ts#L22-L37',
'ingest._types.DatabaseConfigurationFull': 'ingest/_types/Database.ts#L39-L42',
'ingest._types.DatabaseConfigurationFull': 'ingest/_types/Database.ts#L39-L53',
'ingest._types.DateIndexNameProcessor': 'ingest/_types/Processors.ts#L729-L767',
'ingest._types.DateProcessor': 'ingest/_types/Processors.ts#L769-L802',
'ingest._types.DissectProcessor': 'ingest/_types/Processors.ts#L804-L823',
Expand All @@ -1726,14 +1726,14 @@
'ingest._types.InferenceConfigRegression': 'ingest/_types/Processors.ts#L1062-L1073',
'ingest._types.InferenceProcessor': 'ingest/_types/Processors.ts#L1027-L1046',
'ingest._types.IpLocationProcessor': 'ingest/_types/Processors.ts#L478-L512',
'ingest._types.Ipinfo': 'ingest/_types/Database.ts#L48-L48',
'ingest._types.Ipinfo': 'ingest/_types/Database.ts#L59-L59',
'ingest._types.JoinProcessor': 'ingest/_types/Processors.ts#L1103-L1118',
'ingest._types.JsonProcessor': 'ingest/_types/Processors.ts#L1120-L1149',
'ingest._types.JsonProcessorConflictStrategy': 'ingest/_types/Processors.ts#L1151-L1156',
'ingest._types.KeyValueProcessor': 'ingest/_types/Processors.ts#L1158-L1210',
'ingest._types.Local': 'ingest/_types/Database.ts#L52-L54',
'ingest._types.Local': 'ingest/_types/Database.ts#L63-L65',
'ingest._types.LowercaseProcessor': 'ingest/_types/Processors.ts#L1212-L1228',
'ingest._types.Maxmind': 'ingest/_types/Database.ts#L44-L46',
'ingest._types.Maxmind': 'ingest/_types/Database.ts#L55-L57',
'ingest._types.NetworkDirectionProcessor': 'ingest/_types/Processors.ts#L1230-L1264',
'ingest._types.Pipeline': 'ingest/_types/Pipeline.ts#L23-L51',
'ingest._types.PipelineProcessor': 'ingest/_types/Processors.ts#L1266-L1277',
Expand All @@ -1757,7 +1757,7 @@
'ingest._types.UrlDecodeProcessor': 'ingest/_types/Processors.ts#L1561-L1577',
'ingest._types.UserAgentProcessor': 'ingest/_types/Processors.ts#L514-L545',
'ingest._types.UserAgentProperty': 'ingest/_types/Processors.ts#L547-L553',
'ingest._types.Web': 'ingest/_types/Database.ts#L50-L50',
'ingest._types.Web': 'ingest/_types/Database.ts#L61-L61',
'ingest.delete_geoip_database.Request': 'ingest/delete_geoip_database/DeleteGeoipDatabaseRequest.ts#L24-L49',
'ingest.delete_geoip_database.Response': 'ingest/delete_geoip_database/DeleteGeoipDatabaseResponse.ts#L22-L24',
'ingest.delete_ip_location_database.Request': 'ingest/delete_ip_location_database/DeleteIpLocationDatabaseRequest.ts#L24-L48',
Expand Down Expand Up @@ -2968,10 +2968,10 @@
if (hash.length > 1) {
hash = hash.substring(1);
}
window.location = "https://github.com/elastic/elasticsearch-specification/tree/885bfe1ed73a32cccda79cdfee55783a87ed7ab7/specification/" + (paths[hash] || "");
window.location = "https://github.com/elastic/elasticsearch-specification/tree/13f3d17f24d5126a9fd51cd43024a3d261c7a73f/specification/" + (paths[hash] || "");
</script>
</head>
<body>
Please see the <a href="https://github.com/elastic/elasticsearch-specification/tree/885bfe1ed73a32cccda79cdfee55783a87ed7ab7/specification/">Elasticsearch API specification</a>.
Please see the <a href="https://github.com/elastic/elasticsearch-specification/tree/13f3d17f24d5126a9fd51cd43024a3d261c7a73f/specification/">Elasticsearch API specification</a>.
</body>
</html>
Loading

0 comments on commit ac88fa3

Please sign in to comment.