Skip to content
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.

spinscale/cookiecutter-elasticsearch-ingest-processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THIS IS NO LONGER MAINTAINED AND ARCHIVED

A cookiecutter template for an Elasticsearch Ingest Processor

This should simplify the creation of Elasticsearch Ingest Processors, this template will set up

  • A processor class
  • A plugin class
  • A processor unit test
  • Two REST tests

All you need to run is

cookiecutter gh:spinscale/cookiecutter-elasticsearch-ingest-processor

This requests of four inputs, which are processor_type, description, developer_name. Note that processor_type must be all lowercase and may only contain characters (no numbers, special chars).

Cookiecutter is a python tool, you can install it via pip install cookiecutter (or maybe use pip3 if on osx). You can read more about cookiecutter here

If you just want to create a plugin with all the default values, you can run cookiecutter with the --no-input parameter.

If you need to create a plugin for a specific Elasticsearch version that is probably not the latest, you can go through the commit history and just checkout the specific revision.

About

A cookiecutter template for an elasticsearch ingest processor plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published