Error in Can't locate Search/Elasticsearch.pm in @INC (@INC contains

Hello,

I have a problem with elastic, i when i try run one process the following error appear

Can't locate Search/Elasticsearch.pm in @INC (@INC contains

can you help me please.

thank you

Sounds like you're trying to use perl to interact with Elasticsearch and you're missing the Search::Elasticsearch module in your @INC paths. If you have cpanm on your system, you can install via cpanm Search::Elasticsearch. You may be interested in the Elasticsearch perl overview at https://www.elastic.co/guide/en/elasticsearch/client/perl-api/current/index.html and the full documentation at https://metacpan.org/pod/Search::Elasticsearch

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.