Changes for page 226 - Alerting Alchemy
Last modified by CarlijnKokkeler on 2024/07/30 16:40
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -2 06- Situational Deployment1 +224 - Summer Sonata - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. CarlijnKokkeler1 +XWiki.dfirdausy - Content
-
... ... @@ -1,62 +1,71 @@ 1 1 {{container}} 2 -{{container layoutStyle="columns"}}((( 2 +{{container layoutStyle="columns"}} 3 +((( 3 3 [[image:Main.Images.Release Blog.WebHome@release-blog-intro.png]] 4 4 5 -**Hi there, eMagiz developers!** Inthelastfewweeks, wehavedonemuch work fortheDeploy phase.Ontopofthat, we haveworkedon severalstorefunctionalities.Next to this, wehave several smallerfeedbackitemsfromourhackathoneffortsthatarenowreleased toyou.6 +**Hi there, eMagiz developers!** Over the past week, we focused on improving the usability of our platform and addressing community feedback. Specifically, we enhanced user interface elements on several pages, including the descriptions of help texts, external links within help texts, and the overall layout of help text pages. Additionally, we made improvements to several pop-up pages. We also made the user interface more user-friendly for debugging integration flows. Lastly, we resolved an issue for some models when creating an Event Processor. 6 6 7 -== **Deployment Plan** == 8 +== **Feedback Items** == 9 +//__Retention duration and bytes in Capture__// 10 +The pop-up page for specifying integration requirements in the Capture phase now correctly asks for the required retention duration and bytes for the integration/topic, instead of the previously incorrect terms retention size and bytes. 8 8 9 -//__ Improved deploymentplanto maketheprocess betterand more predictable__//10 - The algorithm for genaratingadefaultdeploymentplanisimproved to keepjms downtimeandalerting toaminimum.Next to this, thestart/stop/restartmachinedeploymentstepsare nowalso executed correctlyfor aws andon-premisesmachines.12 +//__Help text panel in Capture__// 13 +Collapsing the help text of this pop-up page by clicking the "?" icon on the top right corner of the pop-up page will now correctly hide the help text pane. 11 11 12 -//__ Editingreleaseproperties__//13 - Withthisrelease, itwillbepossibletochangethedescriptionofapropertybyediting theproperty.15 +//__Adding tags in Capture__// 16 +In the Capture phase, clicking to add or remove a tag in the pop-up page for specifying integration requirements no longer displays a 'blocked' icon. 14 14 15 -//__JMS memory setting check__// 16 -A change in memory settings triggers redeployment of the container now. 17 - 18 -//__Properties tab__// 19 -We have removed the deprecated tab Properties in the Deploy phase. 18 +[[image:Main.Images.Release Blog.WebHome@release-224-selectable-cursor-for-tags.png]] 20 20 21 -//__Cleanup old images__// 22 - 23 -== **Store Improvements** == 24 - 20 +//__Property value page__// 21 +Pop-up pages with non-editable input fields containing long text are now displaying the entire content without any text being cut off at the edge of the page. 25 25 26 - == **FeedbackItems** ==23 +[[image:Main.Images.Release Blog.WebHome@release-224-pop-ups-wrapped-property-values.png]] 27 27 28 -//__ Alertingmanualpause__//29 - A fewreleases ago we changed the behavior ofalerting in thedeploymentplan. Now each timewhen a deployment plan is executed the alertingwill be automatically re-enabledwhen thedeployer closes the deploymentplan or closestheweb browser. Themajority of the users are happywiththenew behavior, but there are someuse cases that you donotwant start the alertingimmediately. With thisrelease,if alertinghas beenpaused manually, this will notbeactivated automatically aftera release deployment.25 +//__Improved text in Design architecture__// 26 +We fixed some spelling mistakes in the pop-up page when applying to environment in Design architecture. 30 30 31 -//__ Orderingof graphsinManage__//32 - ThegraphsinManagearenow ordered accordingtoimportance.Thismeansthatruntimestatisticsaresortedby "ProcessCPU usage" (highestfirst),queuestatisticsare sortedby"Messagesinqueue"(highest first),andHTTPstatisticsaresortedby "Unsuccessful requests"(highestfirst).28 +//__Adding attributes for a message definition__// 29 +We fixed an issue where your selected attributes were lost when navigating between paginations while adding more attributes to the entity in the pop-up shown when you press the 'Add Attribute' button on the right panel of your System Message, CDM, API Data Model, or Event Streaming Data Model. 33 33 34 -//__ UTCtimesin Grafanapanels__//35 - AllGrafanapanelsnowshowUTCtimes, which are normallyused in eMagiz,insteadoflocal(browser)timezones.Thisway, itiseasiertomatchgraphswithloggingeventsoralerts.31 +//__Helptext for HTTP methods__// 32 +We improved the help text for the HTTP method field in the HTTP outbound gateway and HTTP outbound channel adapter flow components to provide clearer descriptions for different HTTP methods. Additionally, we implemented a validation for these components to prevent selecting the HTTP method 'PATCH' if an Apache HttpComponents REST template is not provided. 36 36 37 -//__ Updateflowdesigner version__//38 - Theframeworkusedin theflowdesignerhasbeenupdatedtothelatestversion.34 +//__External links__// 35 +Clicking links to external documentation in the eMagiz portal is now configured to always open the links in a new tab, rather than replacing your current tab. 39 39 37 +//__Debugging Shortcut__// 38 +Debugging a flow typically requires users to activate debug on a specific flow in Deploy → Containers, then navigate to Manage → Explore → Queue Browser and manually type in emagiz.debug. In this release, we have added a shortcut button that opens the Queue Browser page directly in the pop-up page right after activating debugging. Next to that, the Queue Browser page now includes a button to directly open the debugging queue, eliminating the need to manually type in emagiz.debug in the search box. 40 40 41 - 40 +<Screenshot here> 41 + 42 +//__Test Message from Manage-Explore__// 43 +We improved the names and descriptions of test messages that you saved when debugging and wiretapping your integration in the Manage - Explore section. 44 + 45 +<Screenshot here> 46 + 47 +//__Password property__// 48 +In the Flow designer within the Create phase, copying password properties now copies the actual password value instead of the encoded value. 49 + 42 42 == **Bug Fixes** == 43 43 44 -//__Gain the ability again to configure certificates in Deploy Architecture again__// 45 -In restricting the configuration options on the certificate level in one of our latter releases, it became impossible for normal users to add and edit certificates within Deploy Architecture. To resolve this problem we have now released a fix to resolve this issue, giving people the ability again to add and edit certificates under Deploy Architecture. 52 +//__Event Processor Keystore and Trustore__// 46 46 47 -//__Ensure that differing container configurations deploy the correct configuration__// 48 -When you run in a multi-runtime configuration and change the actual flows that need to run on container A vs. container B, it happened before that all flows were still being deployed on all runtimes. With this release, we will feed this information correctly to our infrastructure to ensure the correct and configured flows are deployed on the proper containers. 54 +We fixed an issue where the keystore location and the truststore location were generated incorrectly when creating a new event processor for models that were migrated from the legacy runtime architecture to the current generation architecture. 49 49 50 -//__Remove queurying options in Manage__// 51 -To avoid errors and loading problems when analyzing your statistics in Manage, we have removed the option to select a default time range spanning more than seven days. This is to guarantee the stability of the solution and to avoid users getting unnecessary errors. 52 52 57 + 58 + 53 53 == **Fancy Forum Answers** == 54 54 55 55 As always, this is a gentle reminder to ask questions via the Q&A forum. The Q&A forum is available in the eMagiz iPaaS portal, so we can all benefit from the knowledge within the community. For some inspiration, take a look at these forum answers: 56 56 57 -* [[Getting files from subfolders (FTP)>>https://my.emagiz.com/p/question/172825635703568575||target="blank"]] 63 +* [[.NET REST API authentication>>https://my.emagiz.com/p/question/172825635703862917||target="blank"]] 64 +* [[SMB Session Factory can't connect to AIX (or Linux) Samba share>>https://my.emagiz.com/p/question/172825635703875733||target="blank"]] 65 +* [[Check header value http_statusCode in standard filter>>https://my.emagiz.com/p/question/172825635703875955||target="blank"]] 66 +* [[How set up alerting for one message per hour>>https://my.emagiz.com/p/question/172825635703876056||target="blank"]] 58 58 59 -== **Key takeaways** ==68 +== **Key Takeaways** == 60 60 61 61 Thanks to all who helped build and those who tested and gave feedback to improve the product. To end this post, here are some key takeaways for you: 62 62 ... ... @@ -64,10 +64,9 @@ 64 64 * If you have feedback or ideas for us, talk to the Platypus 65 65 * Please inform us of new additions to the store ([[productmanagement@emagiz.com>>mailto:academy@emagiz.com]]) so we can all benefit from these. 66 66 * Clear your browser cache (Ctrl + Shift + Del) 67 -* Check out the release notes [here] 76 +* Check out the release notes [[here>>doc:Main.Release Information.Portal.223 - Idyllic Image.WebHome||target="blank"]] 68 68 * Start thinking about how the license tracker can aid your development 69 69 * Start thinking about major, minor, and patch 70 -* Upgrade to the latest build number 71 71 * Keep making great integrations 72 72 73 73 Let's stay in touch and till next time! ... ... @@ -75,6 +75,11 @@ 75 75 {{info}} 76 76 ~* Indicates a Beta feature. If you would like to get access to this beta feature, please contact [[productmanagement@emagiz.com>>mailto:academy@emagiz.com]] 77 77 78 -~*~* Indicates a next-generation-architecture only feature. 79 -{{/info}})))((({{toc/}}))){{/container}} 86 +{{/info}} 87 +))) 88 + 89 +((( 90 +{{toc/}} 91 +))) 80 80 {{/container}} 93 +{{/container}}