<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>InfluxData Blog - Balaji Palani</title>
    <description>Posts by Balaji Palani on the InfluxData Blog</description>
    <link>https://www.influxdata.com/blog/author/balaji-palani/</link>
    <language>en-us</language>
    <lastBuildDate>Wed, 01 Feb 2023 07:00:00 +0000</lastBuildDate>
    <pubDate>Wed, 01 Feb 2023 07:00:00 +0000</pubDate>
    <ttl>1800</ttl>
    <item>
      <title>Announcing the General Availability of Our New High-Performance Time Series Engine in InfluxDB Cloud</title>
      <description>&lt;p&gt;Back in October 2022, our Founder and CTO Paul Dix &lt;a href="https://www.influxdata.com/blog/influxdb-engine/"&gt;announced&lt;/a&gt; the limited release of InfluxDB IOx, our new database engine. After several months of beta testing, we’re excited to announce the next phase of our database engine: general availability. As of today, InfluxDB IOx releases to the rest of the world as the new and improved InfluxDB Cloud.&lt;/p&gt;

&lt;h2 id="all-time-series-workloads-and-all-the-performance"&gt;All time series workloads and all the performance&lt;/h2&gt;

&lt;p&gt;There are several improvements and updates that we’re thrilled to bring to a global user base. While InfluxDB has always excelled at handling metrics, the new engine can handle metrics, events, and traces with dramatic improvements in performance and efficiency.&lt;/p&gt;

&lt;p&gt;What exactly does this mean? Let us go a little deeper.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;
    &lt;p&gt;Metrics are essentially time series data polled at a regular interval from the same source. They are mostly quantitative and useful to understand the availability or performance of the specific service or device being monitored.&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Events are state changes triggered by some observed condition(s), e.g., deployed code, container crashes, HTTP 5XX errors, etc. Events can be semi-structured and typically contain more context as tags so they can be correlated with metrics to gain additional insights.&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Traces capture information to show the request propagation in a distributed system. Depending on the complexity of the application or service, traces can contain many spans which could be conceptually similar to a wide table.&lt;/p&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Currently, there are no other time series datastores available that are optimized to index, store, and analyze metric, event, and trace data together in one place.&lt;/p&gt;

&lt;p&gt;InfluxDB Cloud, with the new high-performance time series engine, can ingest, store, and analyze high volume and high velocity data in real-time, and derive metrics on the fly from high granularity events. This expands the number and variety of use cases that InfluxDB can handle, such as observability and &lt;a href="https://www.influxdata.com/blog/tracing-influxdb-iox/"&gt;distributed tracing&lt;/a&gt;, which rely on high &lt;a href="https://www.influxdata.com/glossary/cardinality/"&gt;cardinality&lt;/a&gt; data. Thanks to InfluxDB Cloud’s new columnar structure and compression abilities, the database can handle tag values of unbounded data with no drop in performance. Taken together, these improvements lead to real-time, in-depth insights. This is a huge development and we’re thrilled about all the benefits users will get from it.&lt;/p&gt;

&lt;h2 id="lower-cost-of-ownership"&gt;Lower cost of ownership&lt;/h2&gt;

&lt;p&gt;Speaking of data compression, InfluxDB Cloud now uses &lt;a href="https://www.influxdata.com/glossary/apache-parquet/"&gt;Apache Parquet&lt;/a&gt; as its persistence format. Not only does this contribute to the drastic improvements in compression, but it also enables users to extend the value of their time series data by transmitting it to other systems and ecosystems that utilize Parquet. Perhaps most significant though is that Parquet’s compression means that users can save more data using less space on cloud object storage, like Amazon S3, which is very inexpensive compared to SSD or Elastic Storage Block, reducing storage costs.&lt;/p&gt;

&lt;h2 id="optimized-for-low-latency-queries"&gt;Optimized for low latency queries&lt;/h2&gt;

&lt;p&gt;Ingesting and storing data in InfluxDB is only half the story. Being able to query and use all that data effectively is just as important. We optimized the new engine for performance thanks to several under-the-hood updates. While concepts like parallelism, pushdowns, and in-memory caching are critical aspects driving low latency query performance, what really matters for users is that fast, reliable queries improve user experiences.&lt;/p&gt;

&lt;h2 id="improving-developer-efficiency"&gt;Improving developer efficiency&lt;/h2&gt;

&lt;p&gt;At InfluxData, we talk a lot about how we &lt;a href="https://www.influxdata.com/blog/how-influxdb-meets-developers-where-they-are/"&gt;meet developers where they are&lt;/a&gt;. That same sentiment continues with the new InfluxDB Cloud. The most significant development in this regard is the addition of native &lt;a href="https://www.influxdata.com/products/sql/"&gt;SQL&lt;/a&gt; queries, thanks to &lt;a href="https://www.influxdata.com/glossary/apache-datafusion/"&gt;Apache DataFusion&lt;/a&gt;. Users can still use InfluxQL and &lt;a href="https://www.influxdata.com/products/flux/"&gt;Flux&lt;/a&gt; language for more advanced data processing, too. But the bottom line is that you can choose the query language that’s right for your needs and maximizes your productivity.&lt;/p&gt;

&lt;h2 id="the-fine-print"&gt;The fine print&lt;/h2&gt;

&lt;p&gt;With so much great stuff becoming available today, the big question is how to get it. The rollout of the new database engine will occur in stages. Today marks the first stage and it’s available on two AWS regions – Virginia (us-east-1) and Frankfurt (eu-central-1). As of today’s GA launch, everyone who signs up for InfluxDB Cloud in either of these regions will automatically have all the functionality of the new database engine.&lt;/p&gt;

&lt;p&gt;When thinking about interoperability with other tools, we have native integrations ready to go at launch. These include &lt;a href="https://www.influxdata.com/blog/introduction-apache-superset/"&gt;Apache SuperSet&lt;/a&gt;, &lt;a href="https://www.influxdata.com/blog/getting-started-influxdb-grafana/"&gt;Grafana for data visualization&lt;/a&gt;, and &lt;a href="https://www.influxdata.com/glossary/apache-arrow-flight-sql/"&gt;Flight SQL&lt;/a&gt; for interoperability with compatible tools.&lt;/p&gt;

&lt;h2 id="more-coming-soon"&gt;More coming soon&lt;/h2&gt;

&lt;p&gt;Again, this is the first phase of a much larger rollout. Keep an eye out in the coming weeks and months for expanded offerings with the new database engine. We plan to expand the number of regions and cloud providers running it and to update the new engine across our product suite, including InfluxDB Enterprise. We will announce additional regions and cloud provider support as they occur. This includes more AWS regions, as well as Microsoft Azure and Google Cloud.&lt;/p&gt;

&lt;p&gt;Our current plan is to provide support for business intelligence tools such as Tableau and PowerBI. We also plan to provide migration tools for those who want to move from the TSM engine to the new database engine.&lt;/p&gt;

&lt;p&gt;As of today, you can sign up for the new InfluxDB Cloud powered by IOx &lt;a href="https://www.influxdata.com/get-influxdb/"&gt;here&lt;/a&gt;.&lt;/p&gt;
</description>
      <pubDate>Wed, 01 Feb 2023 07:00:00 +0000</pubDate>
      <link>https://www.influxdata.com/blog/announcing-general-availability-new-database-engine/</link>
      <guid isPermaLink="true">https://www.influxdata.com/blog/announcing-general-availability-new-database-engine/</guid>
      <category>Product</category>
      <category>Use Cases</category>
      <author>Balaji Palani (InfluxData)</author>
    </item>
    <item>
      <title>New API Tokens UI</title>
      <description>&lt;p&gt;InfluxDB Cloud allows users to create API tokens that are used for authentication and authorization to sets of resources when interacting with our API. We recently made changes to the user interface so that after generating a token, you will need to immediately store it in a secure vault of your choosing for safekeeping.&lt;/p&gt;

&lt;p&gt;We made this change to conform to industry best practices around both token generation and retrieval.&lt;/p&gt;

&lt;p&gt;After initial viewing, the token value itself will become hidden, and you will no longer be able to view it later through the InfluxDB Cloud user interface. Users will still be able to view all other information about a token such as when it was created, who created it, when it was last used and what permissions it grants.&lt;/p&gt;

&lt;p&gt;&lt;img class="aligncenter wp-image-261667" src="/images/legacy-uploads/make-sure-to-copy-your-new-personal-API-token.png" alt="make sure to copy your new personal API token dashboard" width="980" height="auto" /&gt;&lt;/p&gt;
&lt;h2&gt;What do I do if I can't retrieve my token?&lt;/h2&gt;
&lt;p&gt;Because you can no longer retrieve a token via the UI, you should generate a new token with the same permissions using the “Clone” option (described below). Take care to store this new token in a secure vault of your choosing.&lt;/p&gt;
&lt;h2&gt;What other changes have been made?&lt;/h2&gt;
&lt;p&gt;Users can now create an all access API token, or custom API  tokens by selecting any combination of individual buckets, Telegraf configurations and the many other resources within the InfluxDB Cloud user interface. Previously, the only permissions exposed were the read/write access for all or individual buckets.&lt;/p&gt;

&lt;p&gt;&lt;img class="wp-image-261668 size-full aligncenter" src="/images/legacy-uploads/Generate-API-Token.png" alt="Generate API Token screen" width="520" height="258" /&gt;&lt;/p&gt;

&lt;p&gt;&lt;img class="aligncenter wp-image-261669" src="/images/legacy-uploads/Generate-a-personal-API-Token.png" alt="Generate a personal API Token screen" width="980" height="auto" /&gt;&lt;/p&gt;

&lt;p&gt;You can also filter across buckets, Telegraf Configurations and all other resources using the filter search box on the creation overlay as well as the edit overlay.&lt;/p&gt;

&lt;p&gt;If you don’t provide a description for a token, one will automatically be generated for you. But it is good practice to name a token based on things like the resource(s) it is for, the level of access, whether it is read or write etc. This will make it easier to remember what a token is for in the future. And also remember to name each token similarly when you store it in the safe vault of your choosing.&lt;/p&gt;
&lt;h2&gt;Can I disable a token?&lt;/h2&gt;
&lt;p&gt;While viewing the token itself, you can update the status to be active or inactive as well as update the description of the token.&lt;/p&gt;

&lt;p&gt;&lt;img class="aligncenter wp-image-261670 size-full" src="/images/legacy-uploads/IPA-Token-Summary.png" alt="IPA-Token-Summary" width="890" height="198" /&gt;&lt;/p&gt;

&lt;p&gt;&lt;img class="aligncenter wp-image-261671" src="/images/legacy-uploads/update-API-Token-status.png" alt="update API Token status screen" width="980" height="auto" /&gt;&lt;/p&gt;
&lt;h2&gt;Can I create a new token with the same permissions as an existing token?&lt;/h2&gt;
&lt;p&gt;You now have the ability to clone a token. This will create a new token with all of the permission settings from the original token selected. This displays a new token value that can be copied and stored in a secure vault of your choosing. You can also rename this new token, so you can tell them apart.&lt;/p&gt;

&lt;p&gt;&lt;img class="aligncenter wp-image-261672" src="/images/legacy-uploads/rename-new-API-token.png" alt="rename new API token" width="1020" height="456" /&gt;&lt;/p&gt;

&lt;p&gt;&lt;img class="aligncenter wp-image-261673 size-full" src="/images/legacy-uploads/Youve-successfully-cloned-an-API-Token.png" alt="You've-successfully-cloned-an-API-Token" width="890" height="186" /&gt;&lt;/p&gt;
&lt;h2&gt;Where can I learn more about InfluxDB API tokens?&lt;/h2&gt;
&lt;p&gt;This &lt;a href="https://www.influxdata.com/blog/tldr-influxdb-tech-tips-creating-tokens-influxdb-api/"&gt;past blog post&lt;/a&gt; has a lot of great information and tech tips on using API tokens, though it does not mention the new features of this post.&lt;/p&gt;
</description>
      <pubDate>Tue, 11 Jan 2022 04:00:42 -0700</pubDate>
      <link>https://www.influxdata.com/blog/new-api-tokens-ui/</link>
      <guid isPermaLink="true">https://www.influxdata.com/blog/new-api-tokens-ui/</guid>
      <category>Use Cases</category>
      <category>Product</category>
      <category>Developer</category>
      <author>Balaji Palani (InfluxData)</author>
    </item>
    <item>
      <title>Release Announcement: InfluxDB Cloud Now Available in Europe</title>
      <description>&lt;p&gt;Since the launch of our new InfluxDB Cloud platform in September, we have been busy working on the features that our CTO Paul Dix talked about in his &lt;a href="https://w2.influxdata.com/blog/influxdb-cloud-2-0-launches-as-a-serverless-platform-for-time-series-data/"&gt;blog&lt;/a&gt;. For example, a few weeks ago, we launched a beta for AWS Europe support and received great feedback from our community. Today, we are excited to announce that this support for AWS EU (Frankfurt) is now Generally Available for all &lt;a href="https://w2.influxdata.com/products/influxdb-cloud/"&gt;InfluxDB Cloud&lt;/a&gt; customers and users.&lt;/p&gt;

&lt;p&gt;To run InfluxDB on AWS Frankfurt, choose &lt;em&gt;EU Frankfurt&lt;/em&gt; at the time of signup, like this:&lt;/p&gt;

&lt;p&gt;&lt;img class="size-full wp-image-238982 aligncenter" src="/images/legacy-uploads/influxdb-cloud-europe.png" alt="InfluxDB Cloud Europe" width="1456" height="514" /&gt;&lt;/p&gt;

&lt;p&gt;Here are a few reasons you might want to do this:&lt;/p&gt;
&lt;ul&gt;
 	&lt;li&gt;&lt;strong&gt;Legal:&lt;/strong&gt; Your organization might be required to store data in the European Union due to EU data residency laws, or have a preference for doing so.&lt;/li&gt;
 	&lt;li&gt;&lt;strong&gt;Latency:&lt;/strong&gt; If your applications are already running on the AWS region eu-central-1, and you'd like to keep your InfluxDB time series data in the same region as those apps to minimize any latency issues.&lt;/li&gt;
 	&lt;li&gt;&lt;strong&gt;Costs:&lt;/strong&gt; Amazon charges to transfer data between AWS regions. If you used InfluxDB cloud on US West, and wanted to copy some of that data to AWS Frankfurt (or vice-versa), you'd be charged for data transfer. By keeping everything in one AWS region, you eliminate those charges.&lt;/li&gt;
 	&lt;li&gt;&lt;strong&gt;Redundancy:&lt;/strong&gt; Telegraf makes it easy to &lt;a href="https://community.influxdata.com/t/get-telegraf-to-send-to-multiple-influxdb-hosts/3957/11"&gt;send data to multiple instances of InfluxDB&lt;/a&gt;. You can configure Telegraf to send data to InfluxDB Cloud on both AWS West and AWS Frankfurt. If one of those AWS regions goes down, you still have the other AWS region to fall back on.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;With this release, InfluxDB Cloud  is now running on AWS in US-West-2 (Oregon) and EU-Central-1 (Frankfurt) regions. We’ll be rolling out to other AWS regions and making the service available on Google Cloud and Azure in the coming months. If you’d like to be notified when other regions and cloud provider support launch, you can &lt;a href="https://cloud2.influxdata.com/login"&gt;sign up here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Additionally, this release includes the following capabilities:&lt;/p&gt;
&lt;ul&gt;
 	&lt;li&gt;Customers who want to remove their Free Plan &lt;a href="https://v2.docs.influxdata.com/v2.0/cloud/pricing-plans/"&gt;rate limits&lt;/a&gt; can simply switch to &lt;a href="https://w2.influxdata.com/influxdb-cloud-pricing/"&gt;usage-based pricing&lt;/a&gt; and pay only for what they use.&lt;/li&gt;
 	&lt;li&gt;&lt;a href="https://w2.influxdata.com/blog/using-secret-stores-to-secure-flux-access/"&gt;Secure secret store&lt;/a&gt; to help you secure your sensitive credentials, use InfluxDB's integrated secret store and &lt;a href="https://v2.docs.influxdata.com/v2.0/reference/flux/stdlib/secrets/"&gt;Flux's new secrets library&lt;/a&gt;.&lt;/li&gt;
 	&lt;li&gt;Developer-friendly and powerful &lt;a href="https://v2.docs.influxdata.com/v2.0/reference/client-libraries/"&gt;client libraries&lt;/a&gt; for users to send their custom metrics from their application directly into InfluxDB Cloud — including support for C#, Go, Java, JavaScript/Node.js, and Python.&lt;/li&gt;
 	&lt;li&gt;Additional &lt;a href="https://v2.docs.influxdata.com/v2.0/visualize-data/templates/view-template/"&gt;dashboard templates&lt;/a&gt; to help reduce time to awesome — like the updated System dashboard below:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img class="size-full wp-image-238983 aligncenter" src="/images/legacy-uploads/influxdb-cloud-aws-frankfurt.png" alt="InfluxDB Cloud AWS Frankfurt" width="1486" height="912" /&gt;&lt;/p&gt;

&lt;p&gt;Start your InfluxDB Cloud journey today by &lt;a href="https://cloud2.influxdata.com/login"&gt;signing up&lt;/a&gt; for your own free account.&lt;/p&gt;

&lt;p&gt;And if you’re at AWS Reinvent next month, come by booth #713 for a demo of InfluxDB Cloud running on AWS Frankfurt.&lt;/p&gt;
</description>
      <pubDate>Thu, 14 Nov 2019 00:05:55 -0700</pubDate>
      <link>https://www.influxdata.com/blog/release-announcement-influxdb-cloud-now-available-in-europe/</link>
      <guid isPermaLink="true">https://www.influxdata.com/blog/release-announcement-influxdb-cloud-now-available-in-europe/</guid>
      <category>Use Cases</category>
      <category>Product</category>
      <category>Developer</category>
      <author>Balaji Palani (InfluxData)</author>
    </item>
  </channel>
</rss>
