Skip to content

wizbii/logstash-output-algolia

Repository files navigation

Logstash Algolia Output Plugin

This is a plugin for Logstash.

It is fully free and fully open source. The license is Apache 2.0, meaning you are pretty much free to use it however you want in whatever way.

Getting started

Available configuration keys:

  • application_id
  • api_key
  • index
  • action > optional, could be index (default) or delete. If you choose delete, your events should have a objectID property

An example configuration to copy data from elasticsearch:

input {
  elasticsearch {
    index => "your_index"
  }
}

output {
  algolia {
    application_id => "..."
    api_key => "..."
    index => "your_index"
  }
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages