I have been trying to fetch data from BMC Remedy using logstash http poller method, as i was not able to get the restapi's but managed to get a wsdl link, the link was working properly when i test using soap UI.
If i give the WSDL directly in the http poller config file i'm not getting any data in elasticsearch, do i need to add any additional data in the config file? or is there any other method available for this type of integration? Please advice.
Comment out your elasticsearch and use a stdout { codec => rubydebug } output to debug the http_poller input. Once the event looks fine you can look into getting the data into ES.
Right now it's not clear what the issue even is. Are you getting the expected data from the stdout output but nothing to ES? Whenever possible give concrete examples of what happens (including copy/pasting from terminal output) rather than describing what you think happens.
hey @magnusbaeck the issue here is i'm trying to fetch data from BMC Remedy through logstash http poller method, using the config file which i have mentioned in my previous post.
In general http poller works properly for rest API's , my situation here is i'm using WSDL for which i'm not able to get any data.
Always format configuration snippets and logs as preformatted text.
The http_poller defaults to the json codec which isn't appropriate here. Set it to "plain" and add an xml filter that parses the message field in whatever way you want (I'm assuming that message actually contains XML but as you can see the XML tags have been stripped).
is provided properly through SOAP UI, my question here is, is there a way where i can include the SOAP function and decode the output and ingest tat data in to elasticsearch.
Mainly looking for an example or syntax config file to include SOAP function to resolve the WSDL link
I'm not sure I understand enough of SOAP to answer that question, but it sounds like what you really need is a SOAP plugin. It should be pretty easy to make one.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.