Hello,
I am running a PowerShell script to download HTML code from two pages:
i.e.:
$wc.downloadstring("https://www.website.com/index.html") >C:\Output\Output.txt
$wc.downloadstring("https://www.website.com/pages/page1.html") >C:\Output\Output_Page1.txt
I then configured Splunk to monitor c:\output\*
output.txt injests just fine, but when Output_Page1.txt injests, 2 things happen:
1) all you see is x's & 0's (you can click event actions -- show source)
2) the sourcetype appends -too_small
HTML pages aren't very different. Not sure why these 2 downloaded HTML sources are behaving differently.
Ideas?
Thanks in advance!
↧