Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Writing data to 0.9 a mystery? #3100

Closed
haf opened this issue Jun 23, 2015 · 4 comments
Closed

Writing data to 0.9 a mystery? #3100

haf opened this issue Jun 23, 2015 · 4 comments

Comments

@haf
Copy link

haf commented Jun 23, 2015

How do I write data? Using the sample schema doesn't seem to work: https://influxdb.com/docs/v0.9/concepts/schema_and_data_layout.html

Details here: mozilla-services/heka#1581

@torkelo
Copy link

torkelo commented Jun 23, 2015

They changed the write json api, (without changing the docs)

"points": [
         {
            "measurement": "cpu_load",
            "tags": {
                "host": "server01",
                "core": "0"
            },
            "time": "2009-11-10T23:00:00Z",
            "fields": {
                "value": 0.45
            }
        },

They changed "name" -> "measurement" in the point json object

@haf
Copy link
Author

haf commented Jun 23, 2015

@torkelo tackar! I'm keeping the issue open as a documentation issue then.

@haf
Copy link
Author

haf commented Jun 23, 2015

@beckettsean
Copy link
Contributor

Closed in favor of https://github.com/influxdb/influxdb.com/issues/61

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants