<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>Loggie on 陈少文的网站</title><link>https://www.chenshaowen.com/tags/loggie/</link><description>Recent content in Loggie on 陈少文的网站</description><generator>Hugo -- gohugo.io</generator><language>zh</language><copyright>&amp;copy;2016 - {year}, All Rights Reserved.</copyright><lastBuildDate>Tue, 14 Apr 2026 00:00:00 +0000</lastBuildDate><sy:updatePeriod>weekly</sy:updatePeriod><atom:link href="https://www.chenshaowen.com/tags/loggie/atom.xml" rel="self" type="application/rss+xml"/><item><title>Loggie 部署与配置</title><link>https://www.chenshaowen.com/blog/loggie-deployment-and-configuration.html</link><pubDate>Tue, 14 Apr 2026 00:00:00 +0000</pubDate><atom:modified>Tue, 14 Apr 2026 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/blog/loggie-deployment-and-configuration.html</guid><description>1. 下载 Chart 包 1 git clone https://github.com/loggie-io/installation 2. 安装 loggie 1 cd installation/helm-chart 1 helm install loggie ./ -nloggie --create-namespace 3. 全局配置修改 1 kubectl -n loggie edit cm loggie-config-loggie 将 parseStdout 改为 true，移除标准输出前面的时间戳。 1 2 3 4 5 6 config: loggie: discovery: enabled: true kubernetes: parseStdout: true 4. 业务快速配置 配置环境变量 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 export NAMESPACE=&amp;#34;&amp;#34; export ES_INDEX=&amp;#34;&amp;#34; export ES_PORT=&amp;#34;&amp;#34; export ES_HOSTS=&amp;#34;&amp;#34; export ES_USERNAME=&amp;#34;&amp;#34; export ES_PASSWORD=&amp;#34;&amp;#34; export POD_LABEL_KEY=&amp;#34;&amp;#34; export POD_LABEL_VALUE=&amp;#34;&amp;#34; ES_HOSTS_YAML=&amp;#34;&amp;#34;</description><dc:creator>微信公众号</dc:creator><category>Loggie</category><category>日志</category><category>存储</category><category>部署</category><category>Kubernetes</category><category>运维</category></item></channel></rss>