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

Cannot ingest data #173

Closed
agoncal opened this issue Jan 12, 2022 · 1 comment
Closed

Cannot ingest data #173

agoncal opened this issue Jan 12, 2022 · 1 comment
Labels
kusto Azure Data Explorer stale

Comments

@agoncal
Copy link
Collaborator

agoncal commented Jan 12, 2022

This issue is for a: (mark with an x)

- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [x] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

If you follow the READMEs to ingest data, it does not work.

Mention any other details that might be useful

The first issue is to create a table and enable streaming ingestion (analytics/adx/create-table/README.md). The sample mentions the following command:

.alter table Events policy streamingingestion enable;

But I have an error : Admin command cannot be executed as streaming ingestion is not enabled

I checked the documentation and tried the following:

.alter table Events policy streamingingestion '{"IsEnabled": true}'

But this doesn't work either (same error)

Then I tried to ingest. The README (analytics/adx/ingest-client/README.md) does not mention that we need to package the code as a JAR (mvn package) and execute it (java -jar target/ingest.jar).
But it doesnt work as there are a few env variables missing ADX_ENDPOINT, ADX_CLIENT_ID, ADX_CLIENT_SECRET and ADX_TENANT_ID

@agoncal agoncal added the kusto Azure Data Explorer label Jan 12, 2022
@mnriem
Copy link
Contributor

mnriem commented Jul 2, 2022

This issue is stale because it has been open 170 days with no activity. Remove stale label or comment or this will be closed in 10 days

@mnriem mnriem added the stale label Jul 2, 2022
@mnriem mnriem closed this as completed Jul 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kusto Azure Data Explorer stale
Projects
None yet
Development

No branches or pull requests

2 participants