I am forwarding events to Azure Event Hub, and I want to process them in Stream Analytics. I have created a new Input that reads from this event hub and outputs to a table storage. When sampling data from the input I get the message:
"No events were found in 'input' for the specified time range."
But there are messages in the event hub:
I even created a simple project to query the same event hub, and it returns data:
258784 body: event=wsa1&data={"payloadtype": "pinvalue","pin": "D0","value": "1"}&published_at=2016-01-05T08:58:21.470Z&coreid=55ff6f066678530381667
259024 body: event=wsa1&data={"payloadtype": "pinvalue","pin": "D0","value": "1"}&published_at=201505530381667
259264 body: event=wsa1&data={"payloadtype": "pinvalue","pin": "D0","value": "2"}&published_at=2016-01-05T09:01:23.760Z&coreid=55ff6f0666785530381667
I have exactly the same solution working on another place. Don't understand why Stream Analytics is unable to see the data in Event Hub !? (testing the event hub connection works fine).