Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 926 Bytes

File metadata and controls

24 lines (16 loc) · 926 Bytes

Artifactory Elasticsearch Ingest pipelines

In this example i've used Filebeat to send Artifactory logs to Elasticsearch, before indexing happens Ingest pipelines will parse the incoming documents to extract relevant fields.

Resources

  • If you want a quick rundown on how Ingest pipelines works check this repository out.
  • Official documentation on the Ingest node type and pipelines can be found here
  • Official documentaion on Filebeat can be found here

Environment

This have been tested using:

  • Artifactory 6.3.3
  • Elasticsearch 6.4.0
  • Filebeat 6.4.0

Step-by-step

  1. Create the pipelines
  2. Install and configure Filebeat
  3. Test the pipelines offline
  4. Run Filebeat