Giter Site home page Giter Site logo

elasticsearch-x-pack-php's People

Contributors

ezimuel avatar honzakral avatar polyfractal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

elasticsearch-x-pack-php's Issues

Quetion about compatibility

Is this package support newer version of elasticsearch?
I am currently using php client elasticsearch version 6.0 . I have been search around the corner but there is no similar package that I am looking for like this repo. Any solution?

X-pack Jobs

Does it have support for creating and running X-pack ML jobs? I see that there is ML namespace, it would be cool if there is support in this SDK.

Class 'XPack\Security\Endpoints\Authenticate' not found

Hi,

When I try to authenticate I get this error:
Class 'XPack\Security\Endpoints\Authenticate' not found

My code:

$client = ClientBuilder::create()
            ->registerNamespace(XPack::Security())
            ->setHosts(["https://localhost:9200"])
            ->build();
$client->security()->authenticate(['username' => 'elasticsearch', 'password' => 'changeme']);

Call to undefined method XPack\Watcher\Endpoints\PutWatch::resultOrFuture()

I have Elasticsearch SDK v5.0.0 and XPack v5.0.0 installed.

When I make a putWatch call, I get the error above. I have traced the error and the call to resultOrFuture() is in XPack\Watcher\WatcherNamespace::PutWatch method.

From what I can see resultOrFuture is a member of Elasticsearch\Transport and not of any of the end point classes (e.g. PutWatch)

The watch is actually created in Elastic since I can get the watcher with Dev tools in Kibana. So there is no problem with the connection to the Elastic cluster. It literally fails on the last line of the putWatch function.

Any ideas?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.