Skip to content

Commit

Permalink
fixed fields
Browse files Browse the repository at this point in the history
  • Loading branch information
ntotten committed Oct 6, 2023
1 parent dbd76e1 commit f66daaa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/articles/log-plugin-vmware-log-insight.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ export function runtimeInit(runtime: RuntimeExtensions) {
runtime.addPlugin(
new VMWareLogInsightLoggingPlugin({
url: "https://loginsight.example.com",
fields: [{ name: "appname", content: "zuplo" }],
fields: {
appname: "zuplo",
},
})
);
}
Expand Down

1 comment on commit f66daaa

@vercel
Copy link

@vercel vercel bot commented on f66daaa Oct 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./

docs-site.zuplosite.com
docs.zuplosite.com
docs.zuplopreview.net
docs-git-main.zuplosite.com

Please sign in to comment.