diff --git a/Search-ESsearcher/Changes b/Changes similarity index 100% rename from Search-ESsearcher/Changes rename to Changes diff --git a/Search-ESsearcher/MANIFEST b/MANIFEST similarity index 100% rename from Search-ESsearcher/MANIFEST rename to MANIFEST diff --git a/Search-ESsearcher/Makefile.PL b/Makefile.PL similarity index 100% rename from Search-ESsearcher/Makefile.PL rename to Makefile.PL diff --git a/Search-ESsearcher/README b/README similarity index 100% rename from Search-ESsearcher/README rename to README diff --git a/Search-ESsearcher/ignore.txt b/Search-ESsearcher/ignore.txt deleted file mode 100644 index 86f7948..0000000 --- a/Search-ESsearcher/ignore.txt +++ /dev/null @@ -1,18 +0,0 @@ -Makefile -Makefile.old -Build -Build.bat -META.* -MYMETA.* -.build/ -_build/ -cover_db/ -blib/ -inc/ -.lwpcookies -.last_cover_stats -nytprof.out -pod2htm*.tmp -pm_to_blib -Search-ESsearcher-* -Search-ESsearcher-*.tar.gz diff --git a/Search-ESsearcher/bin/essearcher b/bin/essearcher similarity index 100% rename from Search-ESsearcher/bin/essearcher rename to bin/essearcher diff --git a/Search-ESsearcher/lib/Search/ESsearcher.pm b/lib/Search/ESsearcher.pm similarity index 100% rename from Search-ESsearcher/lib/Search/ESsearcher.pm rename to lib/Search/ESsearcher.pm diff --git a/Search-ESsearcher/lib/Search/ESsearcher/Templates/bf2b.pm b/lib/Search/ESsearcher/Templates/bf2b.pm similarity index 100% rename from Search-ESsearcher/lib/Search/ESsearcher/Templates/bf2b.pm rename to lib/Search/ESsearcher/Templates/bf2b.pm diff --git a/Search-ESsearcher/lib/Search/ESsearcher/Templates/httpAccess.pm b/lib/Search/ESsearcher/Templates/httpAccess.pm similarity index 100% rename from Search-ESsearcher/lib/Search/ESsearcher/Templates/httpAccess.pm rename to lib/Search/ESsearcher/Templates/httpAccess.pm diff --git a/Search-ESsearcher/lib/Search/ESsearcher/Templates/postfix.pm b/lib/Search/ESsearcher/Templates/postfix.pm similarity index 100% rename from Search-ESsearcher/lib/Search/ESsearcher/Templates/postfix.pm rename to lib/Search/ESsearcher/Templates/postfix.pm diff --git a/Search-ESsearcher/lib/Search/ESsearcher/Templates/syslog.pm b/lib/Search/ESsearcher/Templates/syslog.pm similarity index 100% rename from Search-ESsearcher/lib/Search/ESsearcher/Templates/syslog.pm rename to lib/Search/ESsearcher/Templates/syslog.pm diff --git a/Search-ESsearcher/logstash/README.md b/logstash/README.md similarity index 100% rename from Search-ESsearcher/logstash/README.md rename to logstash/README.md diff --git a/Search-ESsearcher/logstash/conf.d/50-filter-postfix.conf b/logstash/conf.d/50-filter-postfix.conf similarity index 100% rename from Search-ESsearcher/logstash/conf.d/50-filter-postfix.conf rename to logstash/conf.d/50-filter-postfix.conf diff --git a/Search-ESsearcher/logstash/conf.d/51-filter-postfix-aggregate.conf.off b/logstash/conf.d/51-filter-postfix-aggregate.conf.off similarity index 100% rename from Search-ESsearcher/logstash/conf.d/51-filter-postfix-aggregate.conf.off rename to logstash/conf.d/51-filter-postfix-aggregate.conf.off diff --git a/Search-ESsearcher/logstash/conf.d/beats.conf b/logstash/conf.d/beats.conf similarity index 100% rename from Search-ESsearcher/logstash/conf.d/beats.conf rename to logstash/conf.d/beats.conf diff --git a/Search-ESsearcher/logstash/conf.d/rsyslog.conf b/logstash/conf.d/rsyslog.conf similarity index 100% rename from Search-ESsearcher/logstash/conf.d/rsyslog.conf rename to logstash/conf.d/rsyslog.conf diff --git a/Search-ESsearcher/logstash/conf.d/syslog.conf b/logstash/conf.d/syslog.conf similarity index 100% rename from Search-ESsearcher/logstash/conf.d/syslog.conf rename to logstash/conf.d/syslog.conf diff --git a/Search-ESsearcher/logstash/patterns.d/postfix.grok b/logstash/patterns.d/postfix.grok similarity index 100% rename from Search-ESsearcher/logstash/patterns.d/postfix.grok rename to logstash/patterns.d/postfix.grok diff --git a/Search-ESsearcher/t/00-load.t b/t/00-load.t similarity index 100% rename from Search-ESsearcher/t/00-load.t rename to t/00-load.t diff --git a/Search-ESsearcher/t/01-load.t b/t/01-load.t similarity index 100% rename from Search-ESsearcher/t/01-load.t rename to t/01-load.t diff --git a/Search-ESsearcher/t/02-load.t b/t/02-load.t similarity index 100% rename from Search-ESsearcher/t/02-load.t rename to t/02-load.t diff --git a/Search-ESsearcher/t/03-load.t b/t/03-load.t similarity index 100% rename from Search-ESsearcher/t/03-load.t rename to t/03-load.t diff --git a/Search-ESsearcher/t/04-load.t b/t/04-load.t similarity index 100% rename from Search-ESsearcher/t/04-load.t rename to t/04-load.t diff --git a/Search-ESsearcher/t/manifest.t b/t/manifest.t similarity index 100% rename from Search-ESsearcher/t/manifest.t rename to t/manifest.t diff --git a/Search-ESsearcher/t/pod-coverage.t b/t/pod-coverage.t similarity index 100% rename from Search-ESsearcher/t/pod-coverage.t rename to t/pod-coverage.t diff --git a/Search-ESsearcher/t/pod.t b/t/pod.t similarity index 100% rename from Search-ESsearcher/t/pod.t rename to t/pod.t