Project

General

Profile

Troubleshooting » History » Version 2

Luke Murphey, 02/19/2016 12:02 AM

1 1 Luke Murphey
h1. Troubleshooting
2 1 Luke Murphey
3 1 Luke Murphey
If you experience problems with the input, run the following search to see both the output from the input and the modular input logs together in order to see if the logs indicate what is wrong:
4 1 Luke Murphey
5 1 Luke Murphey
<pre>
6 1 Luke Murphey
(index=main sourcetype=syndication)  OR (index=_internal sourcetype="syndication_modular_input")
7 1 Luke Murphey
</pre> 
8 2 Luke Murphey
9 2 Luke Murphey
If you have debug logging enabled, then you can see details with the following:
10 2 Luke Murphey
11 2 Luke Murphey
<pre>
12 2 Luke Murphey
index=_internal sourcetype="syndication_modular_input" | rex field=_raw "(?<action>((Skipping)|(Including)))" | search count>0 OR action=Including  | table date latest_date title action count
13 2 Luke Murphey
</pre>