Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

robotframework-elasticsearchlibrary

Package Overview
Dependencies
Maintainers
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

robotframework-elasticsearchlibrary

Robot Framework Elasticsearch Library.

  • 2.0.0
  • PyPI
  • Socket score

Maintainers
4

RobotFramework Elasticsearch Library

|Build Status|

Short Description

Robot Framework_ library for working with Elasticsearch using Elasticsearch_ python library.

Installation

::

pip install robotframework-elasticsearchlibrary

Documentation

See keyword documentation for ElasticsearchLibrary in folder docs.

Example

+-----------+----------------------+ | Settings | Value | +===========+======================+ | Library | ElasticsearchLibrary | +-----------+----------------------+

+---------------+-------------------------------------+-----------------+---------------+----------------+ | Test cases | Action | Argument | Argument | Argument | +===============+=====================================+=================+===============+================+ | Simple Test | Connect To Elasticsearch | 192.168.1.108 | 9200 | alias=cluster1 | +---------------+-------------------------------------+-----------------+---------------+----------------+ | | Es Save Data | some_string1 | | | +---------------+-------------------------------------+-----------------+---------------+----------------+ | | ${search_result}= | Es Search | some_string2 | | +---------------+-------------------------------------+-----------------+---------------+----------------+ | | Close All Elasticsearch Connections | | | | +---------------+-------------------------------------+-----------------+---------------+----------------+

License

Apache License 2.0

.. _Robot Framework: http://www.robotframework.org .. _Elasticsearch: https://pypi.org/project/elasticsearch/

.. |Build Status| image:: https://travis-ci.org/peterservice-rnd/robotframework-elasticsearchlibrary.svg?branch=master :target: https://travis-ci.org/peterservice-rnd/robotframework-elasticsearchlibrary

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc