Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

of tag <lastBuildDate> is not available. #29

Open
dipenpatel235 opened this issue Dec 27, 2018 · 1 comment
Open

of tag <lastBuildDate> is not available. #29

dipenpatel235 opened this issue Dec 27, 2018 · 1 comment

Comments

@dipenpatel235
Copy link

dipenpatel235 commented Dec 27, 2018

  • Version: 6.5
  • Operating System: ubuntu 18.04
  • Config File (if you have sensitive info, please remove it):
input {
	rss {
		interval => 300
		url => "https://www.projecthoneypot.org/list_of_ips.php?rss=1"
	}
}

filter {
ruby {
    code => "
test = event['title'] 
"
  }
}

output {

        elasticsearch {
                hosts => "localhost:9200"
                index => "myiplist"
        }
        stdout {
                codec => rubydebug
        }

}
  • Sample Data:

  • Steps to Reproduce:
    use https://www.projecthoneypot.org/list_of_ips.php?rss=1 rss input url and try to filter thoes data.
    u get below error.

  • Error:

[2018-12-27T05:07:06,164][ERROR][logstash.inputs.rss      ] Uknown error while parsing the feed {:url=>"https://www.projecthoneypot.org/list_of_ips.php?rss=1", :exception=>#<RSS::NotAvailableValueError: value <December 26 2018 05:30:03 PM> of tag <lastBuildDate> is not available.>}
[2018-12-27T05:07:06,167][INFO ][logstash.inputs.rss      ] Command completed {:command=>nil, :duration=>9.692115}
@fabionoth
Copy link

", :exception=>#<RSS::NotAvailableValueError: value <> of tag <pubDate> is not available.>}
Same problem. But, with tag.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants