(已经解决)splunk 对display的数据再解析-查询显示不出

如果我们splunk search 出来的数据,作为源数据,再次放入inputs.conf 配置的source, 那么这个带时间的event, 旧的的时间戳 会被splunk 再次解析,被认为是过去的数据,下面我们一起来看一下:

1: 先更新一下数据:

[root@fd02 huaqiao]# cat kaixin.txt  (说明一下,服务器的时间是 2021-11-17

2021-08-18T12:41:29-07:00 abc sudo[232876]: root : TTY=unknown ; PWD=/ ; USER=postgres ; COMMAND=/usr/lib/postgresql/10/bin/pg_rewind --target-pgdata=/var/lib/postgresql/10/pg_metrics/metrics --source-server host=node1.controller.local port=5049 user=replicator dbname=metrics password=&*^%^&*&)OIUY67899 -P

2021-08-18T12:41:29-07:00 sheng sudo[232893]: root : TTY=unknown ; PWD=/ ; USER=postgres ; COMMAND=/usr/lib/postgresql/10/bin/pg_rewind --target-pgdata=/var/lib/postgresql/10/main --source-server host=node1.controller.local port=5000 user=replicator dbname=avi password=thepassword -P

2021-11-11T12:41:29-07:00 kaixin sudo[232893]: root : TTY=unknown ; PWD=/ ; USER=postgres ; COMMAND=/usr/lib/postgresql/10/bin/pg_rewind --target-pgdata=/var/lib/postgresql/10/main --source-server host=node1.controller.local port=5000 user=replicator dbname=avi password2=thepassword

但是由于数据上面有event的时间:2021-08-18T12:41:29-07:00

检查一下,发现fd02 的数据已经发送到indexer peer 去了:就是不显示在splunk 的search 页面上:

index="_internal" host=fd01 reuse=1

(已经解决)splunk 对display的数据再解析-查询显示不出

修改把日期去掉,就可以了:

(已经解决)splunk 对display的数据再解析-查询显示不出

原来我没有觉得splunk 对自动解析event 对时间,通过下面的图片,可以看到splunk 对数据进行解析的:

(已经解决)splunk 对display的数据再解析-查询显示不出看来对原来的splunk 的数据进行分析查询的时候,是要把时间戳给remove 掉,否则splunk UI search 不出来的。

上一篇:S7-1200与LabVIEW之间进行Modbus TCP通信


下一篇:linux安装