Skip to content

Commit

Permalink
remove ingest-converter (#16453)
Browse files Browse the repository at this point in the history
Removed the tool Ingest Converter
  • Loading branch information
kaisecheng authored Sep 16, 2024
1 parent 1ec37b7 commit 4e82655
Show file tree
Hide file tree
Showing 106 changed files with 1 addition and 3,454 deletions.
4 changes: 0 additions & 4 deletions .fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ analyze:
type: gradle
target: 'dependencies-report:'
path: .
- name: ingest-converter
type: gradle
target: 'ingest-converter:'
path: .
- name: logstash-core
type: gradle
target: 'logstash-core:'
Expand Down
10 changes: 0 additions & 10 deletions bin/ingest-convert.bat

This file was deleted.

4 changes: 0 additions & 4 deletions bin/ingest-convert.sh

This file was deleted.

2 changes: 0 additions & 2 deletions docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ include::static/managing-multiline-events.asciidoc[]

include::static/glob-support.asciidoc[]

include::static/ingest-convert.asciidoc[]

include::static/field-reference.asciidoc[]

//The `field-reference.asciidoc` file (included above) contains a
Expand Down
4 changes: 0 additions & 4 deletions docs/static/filebeat-modules.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,6 @@ For a full example, see <<use-filebeat-modules-kafka>>.
//* <<parsing-nginx>>
//* <<parsing-system>>
//
//TIP: {ls} provides an <<ingest-converter,ingest pipeline conversion tool>>
//to help you migrate ingest pipeline definitions to {ls} configs. The tool does
//not currently support all the processors that are available for ingest node, but
//it's a good starting point.
//
//[[parsing-apache2]]
//==== Apache 2 Logs
Expand Down
90 changes: 0 additions & 90 deletions docs/static/ingest-convert.asciidoc

This file was deleted.

1 change: 0 additions & 1 deletion rakelib/artifacts.rake
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ namespace "artifact" do
"logstash-core-plugin-api/*.gemspec",

"patterns/**/*",
"tools/ingest-converter/build/libs/ingest-converter.jar",
"vendor/??*/**/*",
# To include ruby-maven's hidden ".mvn" directory, we need to
# do add the line below. This directory contains a file called
Expand Down
3 changes: 1 addition & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
rootProject.name = "logstash"

include ':logstash-core', 'logstash-core-benchmarks', 'ingest-converter', 'benchmark-cli', 'jvm-options-parser', 'logstash-integration-tests', 'dependencies-report'
include ':logstash-core', 'logstash-core-benchmarks', 'benchmark-cli', 'jvm-options-parser', 'logstash-integration-tests', 'dependencies-report'
project(':logstash-core').projectDir = new File('./logstash-core')
project(':logstash-core-benchmarks').projectDir = new File('./logstash-core/benchmarks')
project(':logstash-integration-tests').projectDir = new File('./qa/integration')
project(':ingest-converter').projectDir = new File('./tools/ingest-converter')
project(':benchmark-cli').projectDir = new File('./tools/benchmark-cli')
project(':dependencies-report').projectDir = new File('./tools/dependencies-report')
project(':jvm-options-parser').projectDir = new File('./tools/jvm-options-parser')
Expand Down
63 changes: 0 additions & 63 deletions tools/ingest-converter/build.gradle

This file was deleted.

2 changes: 0 additions & 2 deletions tools/ingest-converter/gradle.properties

This file was deleted.

This file was deleted.

This file was deleted.

37 changes: 0 additions & 37 deletions tools/ingest-converter/src/main/java/org/logstash/ingest/Date.java

This file was deleted.

This file was deleted.

Loading

0 comments on commit 4e82655

Please sign in to comment.