Skip to content

Commit be5dc24

Browse files
committed
Update Blog “getting-started-with-the-hpe-greenlake-cloud-eventing-framework”
1 parent 1deef20 commit be5dc24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/blog/getting-started-with-the-hpe-greenlake-cloud-eventing-framework.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In one of my previous blog posts, I used the HPE GreenLake API to query the audi
2222

2323
## It's a publisher/subscriber world
2424

25-
HPE GreenLake cloud provides an eventing framework in which event publishers (any of the HPE GreenLake cloud services) can register event types with the platform and event subscribers can declare what event types they would like to subscribe to. After they establish a security handshake, HPE GreenLake forwards selected events to the subscriber in a close-to-real-time mode. No polling is necessary as the event handler (webhook) will be notified asynchronously.
25+
HPE GreenLake cloud provides an eventing framework in which event publishers (any of the HPE GreenLake cloud services) can register event types with the platform and event subscribers can declare what event types they would like to subscribe to. After they establish a security handshake, HPE GreenLake cloud forwards selected events to the subscriber in a close-to-real-time mode. No polling is necessary as the event handler (webhook) will be notified asynchronously.
2626

2727
The following diagram illustrates the mechanism by which this works:
2828

@@ -287,7 +287,7 @@ Let’s check what happened in the Google Sheet after a while.
287287

288288
![Google Sheet starts being populated with events](/img/events-in-google-docs.jpg "Google Sheet starts being populated with events")
289289

290-
You can see different types of audit log events coming up from the HPE GreenLake cloud. They could be processed on the receiving end, for example, to open incident tickets or take an automatic action.
290+
You can see different types of audit log events coming up from HPE GreenLake cloud. They could be processed on the receiving end, for example, to open incident tickets or take an automatic action.
291291

292292
## Call to action
293293

0 commit comments

Comments
 (0)