安全运维 -- 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

相关推荐
不惑_3 分钟前
Logstash 安装与部署(无坑版)
运维·jenkins
自律的kkk13 分钟前
docker配置镜像加速器
运维·docker·容器
go_to_hacker26 分钟前
网络安全中GET和POST区别在哪?
安全·web安全
繁依Fanyi42 分钟前
828 华为云征文|华为 Flexus 云服务器部署 RustDesk Server,打造自己的远程桌面服务器
运维·服务器·开发语言·人工智能·pytorch·华为·华为云
优思学院1 小时前
优思学院|如何从零开始自己学习六西格玛?
大数据·运维·服务器·学习·六西格玛黑带·cssbb
Flying_Fish_roe1 小时前
linux-软件包管理-包管理工具(RedHat/CentOS 系)
linux·运维·centos
千寻简1 小时前
Cursor免费 GPT-4 IDE 工具的保姆级使用教程
java·运维·ide·ai
Jerry 二河小鱼2 小时前
在Linux中安装FFmpeg
linux·运维·服务器·ffmpeg
比花花解语2 小时前
怎么使用nginx把80端口代理到想要的端口?
运维·nginx
九河云2 小时前
确保在AWS上的资源安全:构建坚不可摧的云安全防线
安全·云计算·aws