Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

ping

Ping an Elasticsearch server.


Description

Ping an Elasticsearch server.

Usage

ping(conn, ...)

Arguments

conn

an Elasticsearch connection object, see connect()

...

Curl args passed on to crul::verb-GET

See Also

Examples

## Not run: 
x <- connect()
ping(x)
# ideally call ping on the connetion object itself
x$ping()

## End(Not run)

elastic

General Purpose Interface to 'Elasticsearch'

v1.2.0
MIT + file LICENSE
Authors
Scott Chamberlain [aut, cre] (<https://orcid.org/0000-0003-1444-9135>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.