- Splunk 7.x Quick Start Guide
- James H. Baxter
- 204字
- 2021-06-10 19:05:01
Forwarding Splunk's internal logs to the indexers
On all Splunk nodes except the indexers, we want to have all of Splunk's internal logs forwarded to the indexers instead of indexing them locally; this reduces disk space usage and it makes the internal logs for all the Splunk nodes searchable without having to log into each node individually – you can determine which node a specific log entry came from by the host field.
In the /opt/splunk/etc/system/local directory, create an outputs.conf file and add the following entries (replacing the example <ipaddress>:9997 entries with the correct IP addresses and receiving port, if different) for your indexers. We'll let this node pick up this configuration upon the next restart of Splunk after you've set up the indexers. Remember to perform this step on all of your nodes (except indexers):
[indexAndForward]
index = false
[tcpout]
defaultGroup = dev_test_indexers
forwardedindex.filter.disable = true
indexAndForward = false
[tcpout:dev_test_indexers]
server=172.31.28.223:9997,172.31.39.185:9997,172.31.13.169:9997
We're done with this node for now. We needed these components to be in place first so that we can point all the other servers to the license master for licensing, and point the indexers to this cluster master node during their setup.
- Unreal Engine:Game Development from A to Z
- 會聲會影X5視頻剪輯高手速成
- Mastercam 2017數控加工自動編程經典實例(第4版)
- 數控銑削(加工中心)編程與加工
- 物聯網與云計算
- Mastering Elastic Stack
- 小型電動機實用設計手冊
- AWS Certified SysOps Administrator:Associate Guide
- 統計策略搜索強化學習方法及應用
- 自動生產線的拆裝與調試
- 基于ARM 32位高速嵌入式微控制器
- 統計學習理論與方法:R語言版
- Mastering ServiceNow Scripting
- Mastering Game Development with Unreal Engine 4(Second Edition)
- Statistics for Data Science