remove unused files
diff --git a/heka/files/80-output-elasticsearch.toml b/heka/files/80-output-elasticsearch.toml
deleted file mode 100644
index ed318f1..0000000
--- a/heka/files/80-output-elasticsearch.toml
+++ /dev/null
@@ -1,23 +0,0 @@
-[ESJsonEncoder]
-#index = "%{Type}-%{%Y.%m.%d}"
-index = "logfile-%{%Y.%m.%d}"
-# es_index_from_timestamp = true
-#type_name = "%{Type}"
-type_name = "%{Type}-%{Hostname}"
-    [ESJsonEncoder.field_mappings]
-    timestamp = "@timestamp"
-    Severity = "level"
-
-[ElasticSearchOutput]
-# message_matcher = "TRUE"
-# message_matcher = "Type != 'heka.*'"
-message_matcher = "Type != 'heka.memstat' && Type != 'heka.all-report'"
-server = "http://10.0.151.204:9200"
-flush_interval = 2500
-# flush_interval = 5000
-flush_count = 10
-encoder = "ESJsonEncoder"
-
-[ElasticSearchOutput.buffering]
-max_file_size = 268435456
-
diff --git a/heka/files/85-output-slack.toml b/heka/files/85-output-slack.toml
deleted file mode 100644
index fc06f14..0000000
--- a/heka/files/85-output-slack.toml
+++ /dev/null
@@ -1,22 +0,0 @@
-#[LogAggregator]
-#type = "SandboxFilter"
-#message_matcher = "TRUE"
-#filename = "lua_decoders/log_aggregator.lua"
-#ticker_interval = 15
-#can_exit = false
-
-#[SlackEncoder]
-#type = "SandboxEncoder"
-#script_type = "lua"
-#filename = "lua_encoders/slack_encoder.lua"
-
-#  [SlackEncoder.config]
-#  username = "heka"
-#  channel = "monitoring"
-#  icon_emoji = ""
-
-#[HttpOutput]
-#  address = "https://hooks.slack.com/services/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"
-#  message_matcher = "TRUE"
-#  encoder = "SlackEncoder"
-
diff --git a/heka/files/98-output-heka-dashboard.toml b/heka/files/98-output-heka-dashboard.toml
deleted file mode 100644
index 5698238..0000000
--- a/heka/files/98-output-heka-dashboard.toml
+++ /dev/null
@@ -1,24 +0,0 @@
-[DashboardOutput]
-ticker_interval = 30
-
-#[stat_graph]
-#type = "SandboxFilter"
-#filename = "lua_filters/stat_graph.lua"
-#ticker_interval = 1
-#preserve_data = true
-#message_matcher = "Type == 'heka.statmetric'"
-
-#        [stat_graph.config]
-#        num_rows = 300
-#        secs_per_row = 1
-#        stats = "stats.counters.000000.count stats.counters.000001.count stats.counters.000002.count"
-#        stat_labels = "counter_0 counter_1 counter_2"
-#        preservation_version = 0
-
-#[HekaMemstat]
-#type = "SandboxFilter"
-#filename = "lua_filters/heka_memstat.lua"
-#ticker_interval = 60
-#preserve_data = true
-#message_matcher = "Type == 'heka.memstat'"
-
diff --git a/heka/files/99-output-heka-logfile.toml b/heka/files/99-output-heka-logfile.toml
deleted file mode 100644
index e103731..0000000
--- a/heka/files/99-output-heka-logfile.toml
+++ /dev/null
@@ -1,5 +0,0 @@
-[RstEncoder]
-[LogOutput]
-encoder = "RstEncoder"
-message_matcher = "TRUE"
-