安全运维 -- splunk 操作手册

0x00 背景

splunk 日常运维操作笔记。

0x01 场景

1.agent 安装

linux:

tar -zxvf splunkforwarder-8.0.3-a6754d8441bf-Linux-x86_64.tgz -C /opt

cp -r config /opt/splunkforwarder/etc/apps

vi /opt/splunkforwarder/etc/apps/prefix_app_inputs/local/inputs.conf

monitor:///home/var/log/\*log\] #修改监控路径 /opt/splunkforwarder/bin/splunk start --accept-license # 输入app账号密码 /opt/splunkforwarder/bin/splunk show deploy-poll # 检查配置文件是否配置好DS指向 /opt/splunkforwarder/bin/splunk enable boot-start # 开启自启动

2.splunk接入log(读取日志文件方式)

登录DS 后台

vim /opt/splunk/etc/development-apps/prefix_all_indexes/local/indexes.conf

新增索引 [prefix_mailcasph]

prefix_mailcasph\] homePath = volume:hotwarmdb/prefix_mailcasph/db coldPath = volume:colddb/prefix_mailcasph/colddb thawedPath = $SPLUNK_DB/prefix_mailcasph/thaweddb inputs 负责数据采集,props负责数据解析 配置inputs文件夹 vim prefix_mailcasph_inputs/local/app.conf (这个一般参考default/app.conf 不做修改) > \[install

state = enabled

package

check_for_updates = false

ui

is_visible = false

is_manageable = false

vim prefix_mailcasph_inputs/local/inputs.conf

monitor://D:\\Exchange Server\\Logging\\HttpProxy\\Eas\\HttpProxy\*.log

index = prefix_mailcasph

sourcetype = ms:exchange:http_proxy

crcSalt = <SOURCE>

disabled = false

metadata 文件夹

local.meta:[]

access = read : [ * ], write : [ admin ]

export = system

配置props文件夹

vim prefix_mailcasph_inputs/local/app.conf

install

state = enabled

package

check_for_updates = false

ui

is_visible = false

is_manageable = false

props.conf (来自splunk论坛某篇文章)

ms:exchange:http_proxy

CHARSET=UTF-8

INDEXED_EXTRACTIONS=csv

FIELD_DELIMITER=,

KV_MODE=none

SHOULD_LINEMERGE=false

disabled=false

TIMESTAMP_FIELDS=DateTime

TRANSFORMS-killheader1 = kh1

SHOULD_LINEMERGE=true

LINE_BREAKER=([\r\n]+)\d{4}\-\d{2}\-\d{2}T

TIME_PREFIX = ^

TIME_FORMAT = %Y-%m-%dT%H:%M:%SZ

MAX_TIMESTAMP_LOOKAHEAD = 25

NO_BINARY_CHECK=true

REPORT-extractfields = extractfields

transforms.conf (来自splunk论坛某篇文章)

kh1

REGEX = ^DateTime

DEST_KEY = queue

FORMAT = nullQueue

extractfields

DELIMS=","

FIELDS=DateTime,RequestId,MajorVersion,MinorVersion,BuildVersion,RevisionVersion,ClientRequestId,Protocol,UrlHo

st,UrlStem,ProtocolAction,AuthenticationType,IsAuthenticated,AuthenticatedUser,Organization,AnchorMailbox,UserA

gent,ClientIpAddress,ServerHostName,HttpStatus,BackEndStatus,ErrorCode,Method,ProxyAction,TargetServer,TargetSe

rverVersion,RoutingType,RoutingHint,BackEndCookie,ServerLocatorHost,ServerLocatorLatency,RequestBytes,ResponseB

ytes,TargetOutstandingRequests,AuthModulePerfContext,HttpPipelineLatency,CalculateTargetBackEndLatency,GlsLaten

cyBreakup,TotalGlsLatency,AccountForestLatencyBreakup,TotalAccountForestLatency,ResourceForestLatencyBreakup,To

talResourceForestLatency,ADLatency,SharedCacheLatencyBreakup,TotalSharedCacheLatency,ActivityContextLifeTime,Mo

duleToHandlerSwitchingLatency,ClientReqStreamLatency,BackendReqInitLatency,BackendReqStreamLatency,BackendProce

ssingLatency,BackendRespInitLatency,BackendRespStreamLatency,ClientRespStreamLatency,KerberosAuthHeaderLatency,

HandlerCompletionLatency,RequestHandlerLatency,HandlerToModuleSwitchingLatency,ProxyTime,CoreLatency,RoutingLat

ency,HttpProxyOverhead,TotalRequestTime,RouteRefresherLatency,UrlQuery,BackEndGenericInfo,GenericInfo,GenericEr

rors,EdgeTraceId,DatabaseGuid,UserADObjectGuid,PartitionEndpointLookupLatency,RoutingStatus

metadata 文件夹

local.meta:[]

access = read : [ * ], write : [ admin ]

export = system

DS 下发配置到CM

CM下发配置到indexer

相关推荐
惊起白鸽4501 小时前
系统安全及应用
安全·系统安全
数巨小码人1 小时前
Linux常用指令
linux·运维·服务器
Linux运维老纪2 小时前
Linux之七大难命令(The Seven Difficult Commands of Linux)
linux·运维·服务器·云计算·运维开发
lswzw2 小时前
Ubuntu K8s集群安全加固方案
安全·ubuntu·kubernetes
张书名3 小时前
高性能服务器配置经验指南3——安装服务器可能遇到的问题及解决方法
运维·服务器
CZIDC3 小时前
H3C Magic路由器安全警报来啦![特殊字符][特殊字符]
安全·智能路由器
前进的程序员3 小时前
在Linux驱动开发中使用DeepSeek的方法
linux·运维·服务器·人工智能
远方2353 小时前
应用信息1.13.0发布
测试工具·安全·apk·开发工具·应用·工具·信息
鑫优威激光模组3 小时前
车载用激光模组在汽车激光雷达中的具体应用方式?
安全
Tome--4 小时前
运维面试题01
运维