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

offset error while fetching log across subscription #31

Open
cyberminder opened this issue Feb 25, 2019 · 0 comments
Open

offset error while fetching log across subscription #31

cyberminder opened this issue Feb 25, 2019 · 0 comments
Assignees

Comments

@cyberminder
Copy link

Issue: While fetching log from event hub of different subscription its showing offset error.
Conf:
`input {
azure_event_hubs {
config_mode => "advanced"
threads => 3
decorate_events => true
event_hubs => [
{"insights-operational-logs" => {
event_hub_connection => "conn string1 of first account"
initial_position => "end"
}}
{"insights-operational-logs" => {
event_hub_connection => "conn str2 of second account"
consumer_group => "mycgroup"
initial_position => "end"
}}
]
}
}

filter {
mutate {
add_field => {"short_message" => "something"}
}
}

output {
stdout {}
}`

Error:

Caused by: com.microsoft.azure.eventhubs.impl.AmqpException: The supplied offset '38512' is invalid. The last offset in the system is '21976'

@jsvd jsvd self-assigned this Mar 5, 2019
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

2 participants