Go to file
Kazuhiro MUSASHI 67e29c1ba5 [from now] 2024/04/06 17:40:08
diff --git a/cookbooks/vector/files/etc/vector/consul.toml b/cookbooks/vector/files/etc/vector/consul.toml
index d59184c..443dd71 100644
--- a/cookbooks/vector/files/etc/vector/consul.toml
+++ b/cookbooks/vector/files/etc/vector/consul.toml
@@ -2,7 +2,7 @@ data_dir = "/var/lib/vector/"

 [sources.consul]
   type = "file"
-  include = [ "/var/log/consul/consul-*.log" ]
+  include = [ "/var/log/consul/consul.log" ]
   ignore_older_secs = 600
   read_from = "beginning"
2024-04-06 17:40:08 +09:00
cookbooks [from now] 2024/04/06 17:40:08 2024-04-06 17:40:08 +09:00
nodes Modify `nodes/example.json` 2023-02-21 23:11:30 +09:00
roles Delete `promtail` dependency. 2023-06-24 21:38:14 +09:00
tasks Update comment of `ubuntu.rake`. 2024-03-31 20:24:41 +09:00
.gitignore Ignore `nodes/*.json`: 2022-08-06 21:25:30 +09:00
.mise.toml Add `.mise.toml`. 2024-03-31 20:24:41 +09:00
.rubocop-todo.yml initial commit 2019-03-03 16:50:49 +08:00
.rubocop.yml initial commit 2019-03-03 16:50:49 +08:00
.ruby-version Bump `Ruby` version. 2023-12-09 16:52:48 +09:00
Gemfile initial commit 2019-03-03 16:50:49 +08:00
Gemfile.lock Bump gems' versions. 2022-07-03 21:26:20 +09:00
Rakefile initial commit 2019-03-03 16:50:49 +08:00
entrypoint.rb initial commit 2019-03-03 16:50:49 +08:00