Skip to content

Commit

Permalink
Generated reference
Browse files Browse the repository at this point in the history
  • Loading branch information
delvedor committed Mar 29, 2019
1 parent 0e47cb8 commit 74c37e5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/reference.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2785,7 +2785,7 @@ link:http://www.elastic.co/guide/[Reference]
----
client.ingest.deletePipeline([params] [, options] [, callback])
----
link:https://www.elastic.co/guide/en/elasticsearch/plugins/master/ingest.html[Reference]
link:{ref}/delete-pipeline-api.html[Reference]
[cols=2*]
|===
|`id`
Expand All @@ -2804,7 +2804,7 @@ link:https://www.elastic.co/guide/en/elasticsearch/plugins/master/ingest.html[Re
----
client.ingest.getPipeline([params] [, options] [, callback])
----
link:https://www.elastic.co/guide/en/elasticsearch/plugins/master/ingest.html[Reference]
link:{ref}/get-pipeline-api.html[Reference]
[cols=2*]
|===
|`id`
Expand All @@ -2820,15 +2820,15 @@ link:https://www.elastic.co/guide/en/elasticsearch/plugins/master/ingest.html[Re
----
client.ingest.processorGrok([params] [, options] [, callback])
----
link:https://www.elastic.co/guide/en/elasticsearch/plugins/master/ingest.html[Reference]
link:{ref}/grok-processor.html#grok-processor-rest-get[Reference]


=== ingest.putPipeline
[source,js]
----
client.ingest.putPipeline([params] [, options] [, callback])
----
link:https://www.elastic.co/guide/en/elasticsearch/plugins/master/ingest.html[Reference]
link:{ref}/put-pipeline-api.html[Reference]
[cols=2*]
|===
|`id`
Expand All @@ -2850,7 +2850,7 @@ link:https://www.elastic.co/guide/en/elasticsearch/plugins/master/ingest.html[Re
----
client.ingest.simulate([params] [, options] [, callback])
----
link:https://www.elastic.co/guide/en/elasticsearch/plugins/master/ingest.html[Reference]
link:{ref}/simulate-pipeline-api.html[Reference]
[cols=2*]
|===
|`id`
Expand Down

0 comments on commit 74c37e5

Please sign in to comment.