The latest News and Information on Monitoring for Websites, Applications, APIs, Infrastructure, and other technologies.
Today we’re excited to announce the latest development in our ongoing partnership with Google Cloud. Now developers, site reliability engineers (SREs), and security analysts can ingest data from Google Pub/Sub to the Elastic Stack with just a few clicks in the Google Cloud Console. By leveraging Google Dataflow templates, Elastic makes it easy to stream events and logs from Google Cloud services like Google Cloud Audit, VPC Flow, or firewall into the Elastic Stack.
The yield() function determines which table inputs should be returned in a Flux script. The yield() function also assigns a name to the output of a Flux query. The name is stored in the default annotation. For example, if we query the following table: Without the yield function: The following Annotated CSV output is returned. Notice the default annotation is set to _results by default. Now if we add the yield() function: The following Annotated CSV output is returned.